You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/15 16:45:59 UTC

[GitHub] [beam] mosche commented on a change in pull request #16239: [BEAM-13209] Fix DynamoDBIO.write to properly handle partial success (SDK v1)

mosche commented on a change in pull request #16239:
URL: https://github.com/apache/beam/pull/16239#discussion_r769804727



##########
File path: sdks/java/io/amazon-web-services/src/test/java/org/apache/beam/sdk/io/aws/dynamodb/DynamoDBIOTest.java
##########
@@ -51,6 +55,8 @@
 import org.junit.rules.ExpectedException;
 import org.mockito.ArgumentCaptor;
 import org.mockito.Mockito;
+import org.slf4j.helpers.MessageFormatter;
+import org.testcontainers.shaded.com.google.common.collect.ImmutableMap;

Review comment:
       No, an oversight indeed! thanks für catching 👍




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org