I'm running a join query, where one of the tables has many nested repeated fields. The query fails if I don't limit the result, either by using limit clause or where clause.
One example:
Error: Unexpected. Please try again. Job ID: job_43582ec20d594ff6b5b97726dd7dbf31
The same query succeeds if I add a "limit 100" clause.
I thought that I need to use "join each" instead of join, but this didn't change anything.
How can I fix the probelm?