xicm commented on issue #11288: URL: https://github.com/apache/hudi/issues/11288#issuecomment-2129624423
I think we can save the partition+bucket_number to a ArrayList and make sure the values in the ArrayList are unique. We get the index of a partition+bucket_number of a record from the ArrayList, and use the index mod the parallelism as the shuffle index. -- 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]
