leeseven1211 commented on issue #12989:
URL: https://github.com/apache/hudi/issues/12989#issuecomment-2731993287

   While using bulk insert to batch write data into Hudi, I noticed that the 
written files were not bucketed according to the bucket index. After adding 
this piece of code, 
   
   case HoodieIndex.IndexType.BUCKET if writeConfig.getBucketIndexEngineType
   == BucketIndexEngineType.SIMPLE=>
   new BucketBulkInsertDataInternalWriterHelper
   
   I found that static bucketing could be achieved. I would like to consult 
with you on why this aspect was not enhanced.     


-- 
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]

Reply via email to