danny0405 commented on code in PR #12977:
URL: https://github.com/apache/hudi/pull/12977#discussion_r1996523681


##########
hudi-common/src/main/java/org/apache/hudi/common/model/ActionType.java:
##########
@@ -22,5 +22,18 @@
  * The supported action types.
  */
 public enum ActionType {
-  commit, savepoint, compaction, clean, rollback, replacecommit, deltacommit, 
logcompaction, clustering
+  commit,
+  savepoint,
+  compaction,
+  clean,
+  rollback,
+  replacecommit,
+  deltacommit,
+  logcompaction,
+  clustering;
+
+  public static boolean isCommitActionType(String actionTypeStr) {

Review Comment:
   Can you help with it, I tried to add one in `TestColumnStatsIndex` but find 
it is hard to add explicit check for the index config.
   
   If you meant to add a UT for the method, it is kind of unnecessary.



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