claudevdm commented on code in PR #38470:
URL: https://github.com/apache/beam/pull/38470#discussion_r3227835965


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryOptions.java:
##########
@@ -153,6 +153,13 @@ public interface BigQueryOptions
 
   void setStorageWriteMaxInflightBytes(Long value);
 
+  @Description(
+      "Maximum time in seconds a Storage Write API append request is allowed 
to wait in the "
+          + "request callback queue before timing out. Overrides Storage Write 
API default (5 min)")
+  Integer getStorageWriteApiMaxRequestCallbackWaitTimeSec();
+
+  void setStorageWriteApiMaxRequestCallbackWaitTimeSec(Integer value);

Review Comment:
   Dont think this is necessary. There are other cases of using int. Using 
default means we have to override the library default



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