comphead commented on code in PR #15622: URL: https://github.com/apache/datafusion/pull/15622#discussion_r2031705173
########## 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: Currently the error looks like ``` sql parser error: recursion limit exceeded ``` It is is good to provide a current recursion limit value as long as it is can be configured through ```datafusion.sql_parser.recursion_limit``` parameter -- 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