Au-Miner commented on code in PR #26632: URL: https://github.com/apache/flink/pull/26632#discussion_r2137076110
########## flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/CatalogManager.java: ########## @@ -1881,7 +1881,8 @@ public ResolvedCatalogView resolveCatalogView(CatalogView view) { .get(i))) .collect(Collectors.toList()), resolvedSchema.getWatermarkSpecs(), - resolvedSchema.getPrimaryKey().orElse(null)); + resolvedSchema.getPrimaryKey().orElse(null), + Collections.emptyList()); Review Comment: yes. I made a mistake. Have changed it. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org