LinMingQiang commented on code in PR #4884:
URL: https://github.com/apache/paimon/pull/4884#discussion_r1912441021


##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -442,6 +443,25 @@ public class CoreOptions implements Serializable {
                             "If set to true, compactions and snapshot 
expiration will be skipped. "
                                     + "This option is used along with 
dedicated compact jobs.");
 
+    public static final ConfigOption<String> WRITE_SKIP_ACTIONS =
+            key("write.skip-actions")
+                    .stringType()

Review Comment:
   This cannot be an enumType because this is a multi-option.



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