adriangb commented on code in PR #17395:
URL: https://github.com/apache/datafusion/pull/17395#discussion_r2320467543
##########
datafusion/physical-plan/src/projection.rs:
##########
@@ -147,6 +147,8 @@ impl ProjectionExec {
}
}
+pub type ProjectionExpr = (Arc<dyn PhysicalExpr>, String);
Review Comment:
I recommend a future PR transform this into a struct with named fields. That
will be a breaking change so I am not going to do it in this PR, it should be
done in isolation.
--
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]