findepi commented on code in PR #17092: URL: https://github.com/apache/datafusion/pull/17092#discussion_r2265973981
########## datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs: ########## @@ -103,6 +103,7 @@ pub struct ExprSimplifier<S> { /// Should expressions be canonicalized before simplification? Defaults to /// true canonicalize: bool, + evaluate_constants: bool, Review Comment: field removed -- https://github.com/apache/datafusion/pull/17092#issuecomment-3173687819 -- 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