fresh-borzoni opened a new pull request, #3643:
URL: https://github.com/apache/fluss/pull/3643

   Log tables with a declared bucket key weren't hashing appends by it and 
every row in a flush landed in one bucket (sticky), unlike the KV/upsert path 
and the Java client, so bucket-key co-location was silently broken.
   
   Now the append path hashes by the bucket key like Java: `append(row)` hashes 
each row, and `append_arrow_batch` splits a batch across buckets (single-bucket 
batches send as-is, mixed batches fan out per bucket). 
   
   Tables without a bucket key are unchanged. 


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