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


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StorageApiWritesShardedRecords.java:
##########
@@ -120,6 +125,7 @@ public class StorageApiWritesShardedRecords<DestinationT 
extends @NonNull Object
         PCollectionTuple> {
   private static final Logger LOG = 
LoggerFactory.getLogger(StorageApiWritesShardedRecords.class);
   private static final Duration DEFAULT_STREAM_IDLE_TIME = 
Duration.standardHours(1);
+  private static final Duration RETRY_MISMATCHED_ROWS_PERIOD = 
Duration.standardMinutes(1);

Review Comment:
   why not configurable?



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