Dandandan commented on code in PR #5074:
URL: https://github.com/apache/arrow-datafusion/pull/5074#discussion_r1088589927
##########
datafusion/core/src/physical_plan/projection.rs:
##########
@@ -221,6 +232,10 @@ impl ExecutionPlan for ProjectionExec {
)?))
}
+ fn benefits_from_input_partitioning(&self) -> bool {
+ self.would_benefit
Review Comment:
I would suggest to put the code here and compute it on demand.
--
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]