aaltay commented on a change in pull request #11292: [BEAM-9674] Don't specify
selected fields when fetching BigQuery table size
URL: https://github.com/apache/beam/pull/11292#discussion_r404468600
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServices.java
##########
@@ -101,10 +101,6 @@ JobStatistics dryRunQuery(String projectId,
JobConfigurationQuery queryConfig, S
@Nullable
Table getTable(TableReference tableRef) throws InterruptedException,
IOException;
- @Nullable
Review comment:
Is this removing a public API?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services