gene-bordegaray commented on code in PR #22777:
URL: https://github.com/apache/datafusion/pull/22777#discussion_r3367389847


##########
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:
   I created small issues for each not impl. They are not very great 
descriptions but for tracking for now
   - #22786 
   - #22787 
   - #22788 



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

Reply via email to