[I] Support RangePartitioning with native shuffle [datafusion-comet]

2025-07-29 Thread via GitHub
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

Re: [I] Support RangePartitioning with native shuffle [datafusion-comet]

2025-06-17 Thread via GitHub
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

Re: [I] Support RangePartitioning with native shuffle [datafusion-comet]

2025-04-05 Thread via GitHub
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

Re: [I] Support RangePartitioning with native shuffle [datafusion-comet]

2025-03-28 Thread via GitHub
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

Re: [I] Support RangePartitioning with native shuffle [datafusion-comet]

2025-03-28 Thread via GitHub
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

Re: [I] Support RangePartitioning with native shuffle [datafusion-comet]

2025-03-28 Thread via GitHub
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

Re: [I] Support RangePartitioning with native shuffle [datafusion-comet]

2024-05-22 Thread via GitHub
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

Re: [I] Support RangePartitioning with native shuffle [datafusion-comet]

2024-05-22 Thread via GitHub
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

[I] Support RangePartitioning with native shuffle [datafusion-comet]

2024-05-22 Thread via GitHub
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