Copilot commented on code in PR #9219:
URL: https://github.com/apache/seatunnel/pull/9219#discussion_r2055526280


##########
seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/config/PaimonSinkOptions.java:
##########
@@ -40,6 +40,14 @@ public class PaimonSinkOptions extends PaimonBaseOptions {
                     .enumType(DataSaveMode.class)
                     .defaultValue(DataSaveMode.APPEND_DATA)
                     .withDescription("data_save_mode");
+
+    public static final Option<Boolean> NON_PRIMARY_KEY =

Review Comment:
   The description for the NON_PRIMARY_KEY option does not match its 
functionality (clearing primary keys). Consider updating the description to 
reflect that setting this option to true disables primary key handling.



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