saadtajwar commented on code in PR #23231:
URL: https://github.com/apache/datafusion/pull/23231#discussion_r3488996206
##########
datafusion/physical-plan/src/repartition/mod.rs:
##########
@@ -1652,12 +1758,13 @@ impl RepartitionExec {
num_input_partitions,
)
}
- Partitioning::Range(_) => {
- // Range repartition execution is tracked in
- // https://github.com/apache/datafusion/issues/22397
- return not_impl_err!(
- "Range partitioning execution is not implemented by
RepartitionExec"
- );
+ Partitioning::Range(range_partitioning) => {
Review Comment:
Should we be delegating to `BatchPartitioner`'s `try_new` method for these?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]