-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many references to "advised": max 65535 #283
Comments
Split the recursion
|
Using Ground will also resolve the error
|
Hi @yilinxia , When having deep recursion we should be grounding the recursive predicate, to help SQL. Otherwise the query is just too large for it to handle, like here where we hit the reference count maximum. BigQuery will hit issues with this even sooner than SQLite. Let me know if you have further questions, or ideas on this. |
Hi,
When running the following script
I will encounter an error below
The text was updated successfully, but these errors were encountered: