xudong963 closed issue #15623: Improve SQL parser recursion limit error message
URL: https://github.com/apache/datafusion/issues/15623
--
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 com
kumarlokesh commented on issue #15623:
URL: https://github.com/apache/datafusion/issues/15623#issuecomment-2787683326
@comphead made an attempt to address this requirement here:
https://github.com/apache/datafusion/pull/15644. Please have a look.
--
This is an automated message from the A
comphead opened a new issue, #15623:
URL: https://github.com/apache/datafusion/issues/15623
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 config
kumarlokesh commented on issue #15623:
URL: https://github.com/apache/datafusion/issues/15623#issuecomment-2784408352
take
--
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.
T