SteNicholas commented on code in PR #547: URL: https://github.com/apache/flink-table-store/pull/547#discussion_r1117933424
########## flink-table-store-core/src/main/java/org/apache/flink/table/store/CoreOptions.java: ########## @@ -474,6 +474,20 @@ public class CoreOptions implements Serializable { + "$hour:00:00'.")) .build()); + public static final ConfigOption<String> PRIMARY_KEY = + key("primary-key") + .stringType() + .noDefaultValue() + .withDescription( + "Define primary key by table options, cannot define primary key on DDL and table options at the same time."); Review Comment: Which case could the user define primary key on DDL and table options at the same time? IMO, you need to explain the case clearly. -- 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