adriangb commented on PR #14756: URL: https://github.com/apache/datafusion/pull/14756#issuecomment-2673767266
I'll note that we encountered this when parsing a dynamically generated expression containing a lot of `AND`s and `OR`s. I believe these sorts of expressions are parsed recursively, so it's pretty easy to hit 50 levels of recursion if each `AND` is a level. -- 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