Lordworms commented on code in PR #11713: URL: https://github.com/apache/datafusion/pull/11713#discussion_r1700633832
########## datafusion/expr/src/logical_plan/builder.rs: ########## @@ -1507,6 +1505,7 @@ fn table_source(table_schema: &Schema) -> Arc<dyn TableSource> { pub fn wrap_projection_for_join_if_necessary( join_keys: &[Expr], input: LogicalPlan, + upper_exprs: &[&Expr], Review Comment: sure, I'll add that -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org