Phoenix500526 commented on code in PR #23185:
URL: https://github.com/apache/datafusion/pull/23185#discussion_r3520871477
##########
datafusion/physical-plan/src/projection.rs:
##########
@@ -642,61 +642,71 @@ pub struct JoinData {
pub join_on: JoinOn,
}
-pub fn try_pushdown_through_join(
+pub(crate) fn try_pushdown_through_join(
Review Comment:
Good point. Done In commit a62b5c6
--
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]