prodriguezdefino commented on code in PR #21879:
URL: https://github.com/apache/beam/pull/21879#discussion_r897520005


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java:
##########
@@ -628,6 +628,8 @@ Table getTable(
           client
               .tables()
               .get(ref.getProjectId(), ref.getDatasetId(), ref.getTableId())
+              // avoid retrieving the STORAGE_STATS from the table (which is 
the default option)
+              .set("view", "BASIC")

Review Comment:
   changed the impl to address this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to