danny0405 commented on code in PR #13060: URL: https://github.com/apache/hudi/pull/13060#discussion_r2021977009
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/source/prune/PrimaryKeyPruners.java: ########## @@ -45,7 +45,7 @@ public class PrimaryKeyPruners { public static final int BUCKET_ID_NO_PRUNING = -1; - public static int getBucketId(List<ResolvedExpression> hashKeyFilters, Configuration conf) { + public static int getBucketFieldHashing(List<ResolvedExpression> hashKeyFilters, Configuration conf) { Review Comment: Can we still return the bucket id? We can add a new param for the function: ```java // the input of bucketIdFunc is the partition path getBucketId(List<ResolvedExpression> hashKeyFilters, Configuration conf, Function<String, Integer> bucketIdFunc) ``` -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org