danny0405 commented on code in PR #13017: URL: https://github.com/apache/hudi/pull/13017#discussion_r2011831320
########## hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/execution/bulkinsert/RDDSimpleBucketBulkInsertPartitioner.java: ########## @@ -75,11 +81,11 @@ Map<String, Map<Integer, String>> getPartitionMapper(JavaRDD<HoodieRecord<T>> re Map<String, Integer> fileIdPrefixToBucketIndex) { HoodieSimpleBucketIndex index = (HoodieSimpleBucketIndex) table.getIndex(); Review Comment: does the type cast still make sense here? -- 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