stuhood commented on code in PR #22777:
URL: https://github.com/apache/datafusion/pull/22777#discussion_r3365157206
##########
datafusion/core/src/physical_planner.rs:
##########
@@ -1264,6 +1264,11 @@ impl DefaultPhysicalPlanner {
.collect::<Result<Vec<_>>>()?;
Partitioning::Hash(runtime_expr, *n)
}
+ LogicalPartitioning::Range(_) => {
+ return not_impl_err!(
+ "Physical plan does not support Range
repartitioning"
+ );
Review Comment:
This is a TODO, right? Should it point at a ticket?
--
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]