andygrove opened a new issue, #458:
URL: https://github.com/apache/datafusion-comet/issues/458
### What is the problem the feature request solves?
We do not currently support RangePartitioning with native shuffle.
Adding this support would allow us to use native shuffle for more
mbutrovich closed issue #458: Support RangePartitioning with native shuffle
URL: https://github.com/apache/datafusion-comet/issues/458
--
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 com
andygrove commented on issue #458:
URL:
https://github.com/apache/datafusion-comet/issues/458#issuecomment-2762956253
> Hi @andygrove
> May I ask why we decide not support RangePartitioning ? and will it be
supported in the near future ?
> Thanks
We didn't decide not to suppor
viirya commented on issue #458:
URL:
https://github.com/apache/datafusion-comet/issues/458#issuecomment-2763002946
The implementation issue or difference for RangePartitioning other than
other partitioning like HashPartitioning, is that it involves some sampling
operations that perform wit
andygrove commented on issue #458:
URL:
https://github.com/apache/datafusion-comet/issues/458#issuecomment-2762962087
I discussed this feature with @mbutrovich recently and he may have
additional thoughts on this topic.
--
This is an automated message from the Apache Git Service.
To resp
jinwenjie123 commented on issue #458:
URL:
https://github.com/apache/datafusion-comet/issues/458#issuecomment-2762497216
Hi @andygrove
May I ask why we decide not support RangePartitioning ? and will it be
supported in the near future ?
Thanks
--
This is an automated message from
viirya commented on issue #458:
URL:
https://github.com/apache/datafusion-comet/issues/458#issuecomment-2125120170
I will work on this after finishing HashJoin build right support.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
viirya commented on issue #458:
URL:
https://github.com/apache/datafusion-comet/issues/458#issuecomment-2125116224
Since the early development of Comet shuffle, this is one item on to do
list. After we finish columnar shuffle which has higher coverage and support
main partitioning types, w
andygrove opened a new issue, #458:
URL: https://github.com/apache/datafusion-comet/issues/458
### What is the problem the feature request solves?
We do not currently support RangePartitioning with native shuffle.
Adding this support would allow us to use native shuffle for more