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
@simonvandel Do you have this kind of query in practice (real-world workload) or you just find out this query fails?
@jayzhan211 The query is extracted/based from a real-world workload where many filters are possible.
I have worked around this for now, by making a custom UDF that performs the filters. It would be cool if that wasn't needed, though.
Describe the bug
Consider the contrived query generated with this:
It looks like this:
Such a query overflows the stack.
To Reproduce
Expected behavior
I expected that the query ran successfully, or provided an error.
Additional context
LLDB shows that the culprit might be that
map_children
ofExpr
is recursive.The text was updated successfully, but these errors were encountered: