steveniemitz commented on code in PR #32454:
URL: https://github.com/apache/beam/pull/32454#discussion_r1759414756


##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIO.java:
##########
@@ -1463,6 +1489,8 @@ private static boolean isDataException(Throwable e) {
 
     @FinishBundle
     public void finishBundle(FinishBundleContext c) throws Exception {
+      List<Throwable> elementErrors = new ArrayList<>();

Review Comment:
   this is unused now



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