ozankabak commented on issue #9370:
URL: 
https://github.com/apache/arrow-datafusion/issues/9370#issuecomment-1981827316

   Yes, we can have three modes of partitioning: `Hash`, `RoundRobin` and a new 
`RoundRobinHash` which does both jointly. The `RR` + `Hash` cascade does 
hashing in parallel, so you would need to be careful with the implementation to 
make sure you don't lose parallelism, but other than this it should be 
relatively straightforward.


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