Au-Miner commented on code in PR #26632:
URL: https://github.com/apache/flink/pull/26632#discussion_r2137108152
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/serde/ResolvedCatalogTableSerdeTest.java:
##########
@@ -93,7 +93,8 @@ class ResolvedCatalogTableSerdeTest {
Column.metadata("e", DataTypes.DOUBLE(), null,
false),
Column.computed("f", REX_NODE_EXPRESSION)),
Collections.singletonList(WatermarkSpec.of("b",
REX_NODE_EXPRESSION)),
- UniqueConstraint.primaryKey("myPrimaryKey",
Arrays.asList("a", "c")));
+ UniqueConstraint.primaryKey("myPrimaryKey",
Arrays.asList("a", "c")),
+ Collections.emptyList());
Review Comment:
Yeh, you are right. I will delete ResolvedSchemaJsonSerdeTest and add index
here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]