andygrove commented on code in PR #3229:
URL: https://github.com/apache/arrow-datafusion/pull/3229#discussion_r952104644
##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -220,7 +220,8 @@ impl LogicalPlan {
..
}) => match partitioning_scheme {
Partitioning::Hash(expr, _) => expr.clone(),
- _ => vec![],
Review Comment:
This catch-all is partly responsible for the bug creeping in, so I removed
it.
--
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]