nehsyc commented on a change in pull request #11767:
URL: https://github.com/apache/beam/pull/11767#discussion_r601805276
##########
File path:
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java
##########
@@ -2285,6 +2292,19 @@ static String getExtractDestinationUri(String
extractDestinationDir) {
return toBuilder().setNumFileShards(numFileShards).build();
}
+ /**
+ * Control how many parallel streams are used when using Storage API
writes. Applicable only
+ * when also setting {@link #withTriggeringFrequency}. To let runner
determine the sharding at
+ * runtime, set {@link #withAutoSharding()} instead.
Review comment:
Drive-by comment: Would this be misleading? Since auto-sharding is not
yet integrated.
--
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]