FANNG1 commented on code in PR #6362: URL: https://github.com/apache/gravitino/pull/6362#discussion_r1928269016
########## flink-connector/flink/src/test/java/org/apache/gravitino/flink/connector/integration/test/FlinkCommonIT.java: ########## @@ -280,6 +281,69 @@ public void testCreateSimpleTable() { supportDropCascade()); } + @Test + @EnabledIf("supportTableOperation") + public void testCreateTableWithPrimaryKey() { Review Comment: I'm afraid Hive or Iceberg doesn't support Specifying Primary key. maybe we could move this test to Paimon IT only. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org