query: select id from table a, UNNEST(a.nested_field) this causes the following error if table a has a relatively large schema, especially with either Row<Array<Row>> or Array<Row<Array<Row>> (nested repeated records or records with repeated records)
query: select id from table a, UNNEST(a.nested_field) this causes the following error if table a has a relatively large schema, especially with either Row<Array<Row>> or Array<Row<Array<Row>> (nested repeated records or records with repeated records)