I have a simple query to run :
update`dataset.mytable`
set field_1 = cast( field_2 as int64)
where field_2 not in ('AA', 'BB')
And I got the error:
Error: Resources exceeded during query execution: The query could not be executed in the allotted memory..
The table has only 1 billion rows...