stream2000 commented on issue #7602: URL: https://github.com/apache/hudi/issues/7602#issuecomment-1715114126
> Hi @stream2000 it looks like even under master branch, bulk insert as row are not support bucket_index. Is that right? please refer to > > https://github.com/apache/hudi/blob/f0a73bd598585fa3f40e3ee239275e14f5179af1/hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/action/commit/BulkInsertDataInternalWriterHelper.java#L98 We already support bucket index bulk insert and have `BucketBulkInsertDataInternalWriterHelper` for simple bucket index bulk insert. For example of simple/consistent hashing bucket index bulk insert, we can refer to TestInsertTable#Test Bulk Insert Into Bucket Index Table TestInsertTable#Test Bulk Insert Into Consistent Hashing Bucket Index 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
