erratic-pattern commented on code in PR #10358: URL: https://github.com/apache/datafusion/pull/10358#discussion_r1588554192
########## datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs: ########## @@ -323,6 +326,14 @@ impl<S: SimplifyInfo> ExprSimplifier<S> { self.canonicalize = canonicalize; self } + + pub fn with_max_simplifier_iterations( Review Comment: needs documentation -- 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