JingsongLi commented on code in PR #1337: URL: https://github.com/apache/incubator-paimon/pull/1337#discussion_r1222623366
########## paimon-core/src/main/java/org/apache/paimon/CoreOptions.java: ########## @@ -1203,9 +1203,10 @@ public static StreamingReadMode fromValue(String value) { /** Compaction type when trigger a compaction action. */ public enum StreamingCompactionType implements DescribedEnum { - NONE("none", "not a streaming compaction."), - NORMAL("normal", "Traditional bucket table compaction."), - NON_BUCKET("non-bucket", "Compaction for non-bucket table."); Review Comment: NONE("none", "not a streaming compaction."), NORMAL("normal", "Traditional bucket table compaction."), BUCKET_UNAWARE("non-bucket", "Compaction for non-bucket table."); -- 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...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org