You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #14095 (comment) and discovered in #14091 it seems that we could look into increasing the recursion limit to allow more sql tests to pass without cause stack overflows.
This ticket is to investigate just how much the recursion limit would need to be increased to allow queries such as in #14091 to pass without issues. Once that limit is found we could update DF with that as the default recursion limit.
As mentioned in #14095 (comment) and discovered in #14091 it seems that we could look into increasing the recursion limit to allow more sql tests to pass without cause stack overflows.
This ticket is to investigate just how much the recursion limit would need to be increased to allow queries such as in #14091 to pass without issues. Once that limit is found we could update DF with that as the default recursion limit.
This change will require changes to DFParser and likely a new config option. The default recursion limit is 50 as seen @ https://github.com/apache/datafusion-sqlparser-rs/blob/aab12add36bfb4dfd60c2ba38682b503cc248199/src/parser/mod.rs#L187
The text was updated successfully, but these errors were encountered: