ITBigQueryTest failing due to missing query plan for query job statistics #624
Labels
api: bigquery
Issues related to the BigQuery API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The BigQuery service response for query jobs is missing the query plan field under job statistics.
testQueryJob()
andtestQuery()
fail because they contain asserts that the query plan for queries is not null.For now we will disable the tests that are failing. This issue should be kept open until the tests are re-enabled.
The text was updated successfully, but these errors were encountered: