elphastori commented on code in PR #157:
URL:
https://github.com/apache/flink-connector-aws/pull/157#discussion_r1723053040
##########
flink-connector-aws/flink-connector-dynamodb/src/test/java/org/apache/flink/connector/dynamodb/sink/DynamoDbSinkWriterTest.java:
##########
@@ -63,6 +63,8 @@ public class DynamoDbSinkWriterTest {
private static final String PARTITION_KEY = "partition_key";
private static final String SORT_KEY = "sort_key";
+ private static final boolean isTableArn = true;
Review Comment:
Thanks, I was considering parameterizing the entire test on `isTableArn`.
I'll add the needed test cases and explore `TrackingDynamoDbAsyncClient`
--
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]