kennknowles commented on code in PR #28618:
URL: https://github.com/apache/beam/pull/28618#discussion_r1337131367


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/providers/BigQueryStorageWriteApiSchemaTransformProvider.java:
##########
@@ -176,6 +176,13 @@ public void validate() {
             !Strings.isNullOrEmpty(this.getErrorHandling().getOutput()),
             invalidConfigMessage + "Output must not be empty if error handling 
specified.");
       }
+
+      if (this.getAutoSharding() != null && this.getAutoSharding()) {

Review Comment:
   Wouldn't this be a check on the main BigQuery transform?



-- 
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