berkaysynnada commented on code in PR #15622: URL: https://github.com/apache/datafusion/pull/15622#discussion_r2032545049
########## datafusion/sqllogictest/test_files/errors.slt: ########## @@ -185,3 +185,17 @@ select ammp from a; statement ok drop table a; + +# Error number of nested expressions exceeds limit +statement error DataFusion error: SQL error: RecursionLimitExceeded Review Comment: I think we need 2 tests to guard the current default value, for both increments(error expecting test wouldn't give an error) and decrements(success expecting test would fail) -- 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