reuvenlax commented on a change in pull request #15810:
URL: https://github.com/apache/beam/pull/15810#discussion_r741575360
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java
##########
@@ -85,6 +85,13 @@
void setUseStorageWriteApi(Boolean value);
+ @Description(
+ "If set, then BigQueryIO.Write will default to using the approximate
Storage Write API.")
Review comment:
second half looks good. First half isn't quite right, since it will only
default (i.e. it's the default if withMethod isn't called, otherwise this is
ignored).
--
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]