Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
BigQueryServicesImpl.isTableEmpty currently uses tabledata.list API, which can return a large number of rows and stale results. This has resulted in flaky tests inside google. The BigQuery team suggests this can be made more reliable if it used the jobs.query API instead.
Attachments
Issue Links
- links to