hlteoh37 commented on code in PR #151:
URL: 
https://github.com/apache/flink-connector-aws/pull/151#discussion_r1741893858


##########
flink-connector-aws/flink-connector-dynamodb/src/main/java/org/apache/flink/connector/dynamodb/source/proxy/DynamoDbStreamsProxy.java:
##########
@@ -102,18 +123,23 @@ public void close() throws IOException {
         httpClient.close();
     }
 
-    private List<Shard> getShardsOfStream(String streamName, @Nullable String 
lastSeenShardId) {
-        List<Shard> shardsOfStream = new ArrayList<>();
+    private ListShardsResult getShardsOfStream(

Review Comment:
   nit: why can't this just be directly under `listShards`?



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to