diegomez17 commented on code in PR #17823:
URL: https://github.com/apache/beam/pull/17823#discussion_r895925032


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.java:
##########
@@ -844,6 +879,22 @@ public void processElement(ProcessContext c, BoundedWindow 
window) throws Except
                   failures.add(new BigtableWriteException(c.element(), 
exception));
                 }
               });
+      if (config.getBulkMutationThrottling()) {
+        long delta = 0;

Review Comment:
   Moved it and changed naming



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