because the google bigquery client library has changed and now requires this.
[x] Do only one thing
[X] Non breaking API changes
[X] Tested
What did this pull request do?
Fixes a bug with empty structs output. The google biquery client library RowIterator.Schema is empty until after the first call to Next so call Next once prior to Schema.
…s is
because the google bigquery client library has changed and now requires this.
What did this pull request do?
Fixes a bug with empty structs output. The google biquery client library RowIterator.Schema is empty until after the first call to Next so call Next once prior to Schema.
User Case Description
Running select queries