cetra3 opened a new pull request, #14756: URL: https://github.com/apache/datafusion/pull/14756
## Which issue does this PR close? No issue, just running into this in production. ## Rationale for this change At the moment there isn't a clean way to set the recursion limit on the sql parser. ## What changes are included in this PR? This PR allows a config option, `datafusion.sql_parser.recursion_limit` which allows overriding the recursion limit. ## Are these changes tested? No, it's just a config option. ## Are there any user-facing changes? There will be some changes to public facing API. I'm also not sure if this is the *best* approach here, as `DFParser` might need a deeper refactor to keep things clean. -- 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