alamb commented on code in PR #9097:
URL: https://github.com/apache/arrow-datafusion/pull/9097#discussion_r1475208966
##########
datafusion/physical-plan/src/projection.rs:
##########
@@ -56,6 +56,8 @@ pub struct ProjectionExec {
input: Arc<dyn ExecutionPlan>,
/// The output ordering
output_ordering: Option<Vec<PhysicalSortExpr>>,
+ /// The output equivalence properties
Review Comment:
```suggestion
/// The output equivalence properties. Cached here as computing them
/// can be expensive, see
<https://github.com/apache/arrow-datafusion/pull/9097>
```
--
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]