TheR1sing3un commented on issue #12210:
URL: https://github.com/apache/hudi/issues/12210#issuecomment-2457025391

   > Bucket join relies on engine specific naming of the files, which are very 
probably different with Hudi style, I don't think it is easy to be generalized.
   
   IMO, The query engine only needs to know the number of buckets to distribute 
different records to the specified partition (bucket) according to the hash 
value. The consistent hash bucket index cannot do this, because there is no 
fixed rule for the number of buckets and hash mapping relationship. 
   
   


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