zhuqi-lucas commented on code in PR #16771: URL: https://github.com/apache/datafusion/pull/16771#discussion_r2206468646
########## datafusion/expr/src/expr.rs: ########## @@ -362,7 +362,7 @@ pub enum Expr { Placeholder(Placeholder), /// A placeholder which holds a reference to a qualified field /// in the outer query, used for correlated sub queries. - OuterReferenceColumn(DataType, Column), + OuterReferenceColumn(Box<(DataType, Column)>), Review Comment: Thank you @alamb for this good suggestion, addressed in latest PR. -- 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