gguptp commented on code in PR #219:
URL: 
https://github.com/apache/flink-connector-aws/pull/219#discussion_r2601207410


##########
flink-connector-aws/flink-connector-dynamodb/src/test/java/org/apache/flink/connector/dynamodb/source/enumerator/DynamoDbStreamsSourceEnumeratorTest.java:
##########
@@ -765,7 +774,12 @@ void testHandleSplitFinishedEventTest() throws Throwable {
             context.runNextOneTimeCallable();
 
             enumerator.handleSourceEvent(
-                    1, new 
SplitsFinishedEvent(Collections.singleton(completedShard.shardId())));
+                    1,
+                    new SplitsFinishedEvent(
+                            Collections.singleton(

Review Comment:
   since the connector has to be java8 compatible keeping it 
Collections.singleton only



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