Some queries return a Too many SQL variables error when run against the BQ emulator. It looks like this an error where we bind too many variables (limit defaults to 999) when inserting into a table, and sqlite complains.
What did you expect to happen?
Table data to be inserted
How can we reproduce it (as minimally and precisely as possible)?
Create a BigQuery table
Try to insert more than 999 values into the table
What happened?
Some queries return a
Too many SQL variables
error when run against the BQ emulator. It looks like this an error where we bind too many variables (limit defaults to 999) when inserting into a table, and sqlite complains.What did you expect to happen?
Table data to be inserted
How can we reproduce it (as minimally and precisely as possible)?
Create a BigQuery table Try to insert more than 999 values into the table
Anything else we need to know?
No response