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


##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -3163,4 +3206,26 @@ public enum MaterializedTableRefreshStatus {
         ACTIVATED,
         SUSPENDED
     }
+
+    /** Actions performed during table writing. */
+    public enum WriteAction {
+
+        // Actions during commit.
+        PARTITION_EXPIRE("partition-expire"),

Review Comment:
   Here is just an enumeration of all action types



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