jihoonson commented on a change in pull request #9729:
URL: https://github.com/apache/druid/pull/9729#discussion_r414264344



##########
File path: 
extensions-core/kinesis-indexing-service/src/main/java/org/apache/druid/indexing/kinesis/KinesisRecordSupplier.java
##########
@@ -780,15 +780,14 @@ private String 
getSequenceNumberInternal(StreamPartition<String> partition, Shar
   private String getSequenceNumberInternal(StreamPartition<String> partition, 
String shardIterator)
   {
     long timeoutMillis = System.currentTimeMillis() + 
fetchSequenceNumberTimeout;
+    GetRecordsResult recordsResult = null;

Review comment:
       This change doesn't seem doing anything. Is there some reason?




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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to