JingsongLi commented on code in PR #5445: URL: https://github.com/apache/paimon/pull/5445#discussion_r2041359026
########## paimon-common/src/main/java/org/apache/paimon/CoreOptions.java: ########## @@ -127,6 +127,18 @@ public class CoreOptions implements Serializable { + "if there is no primary key, the full row will be used.") .build()); + @Immutable + public static final ConfigOption<HashType> BUCKET_HASH_TYPE = Review Comment: It seems we should introduce a BUCKET_FUNCTION first? Have you researched other systems with similar requirements? -- 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