stankiewicz commented on code in PR #38854:
URL: https://github.com/apache/beam/pull/38854#discussion_r3441706782


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java:
##########
@@ -260,4 +260,11 @@ public interface BigQueryOptions
   Integer getSchemaUpgradeBufferingShards();
 
   void setSchemaUpgradeBufferingShards(Integer value);
+
+  @Hidden
+  @Description("The initial retry time in milliseconds when a schema mismatch 
is detected.")
+  @Default.Integer(5000)
+  Integer getStorageApiInitialMismatchRetryTimeMilliSec();

Review Comment:
   so this is for first local retry scenario, do you think it would be valuable 
to add second option for 1 min timer?



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