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