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: [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]

Reply via email to