Au-Miner commented on code in PR #26632:
URL: https://github.com/apache/flink/pull/26632#discussion_r2137334440


##########
flink-table/flink-table-common/src/test/java/org/apache/flink/table/catalog/CatalogPropertiesUtilTest.java:
##########
@@ -111,7 +111,8 @@ public void testCatalogTableSerde() {
         final UniqueConstraint primaryKey =
                 UniqueConstraint.primaryKey("PK_f1", 
Collections.singletonList("f1"));
         final ResolvedSchema schema =
-                new ResolvedSchema(columns, Collections.emptyList(), 
primaryKey);
+                new ResolvedSchema(
+                        columns, Collections.emptyList(), primaryKey, 
Collections.emptyList());

Review Comment:
   Ok, now have added indexSerde in CatalogPropertiesUtil. 



-- 
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]

Reply via email to