Jackie-Jiang commented on code in PR #15567: URL: https://github.com/apache/pinot/pull/15567#discussion_r2049440985
########## pinot-plugins/pinot-stream-ingestion/pinot-kinesis/src/main/java/org/apache/pinot/plugin/stream/kinesis/KinesisStreamMetadataProvider.java: ########## @@ -101,7 +100,11 @@ public int fetchPartitionCount(long timeoutMillis) { public StreamPartitionMsgOffset fetchStreamPartitionOffset(OffsetCriteria offsetCriteria, long timeoutMillis) { // fetch offset for _partitionId Shard foundShard = _kinesisConnectionHandler.getShards().stream() - .filter(shard -> shard.shardId().equals(SHARD_ID_PREFIX + _partitionId)) + .filter(shard -> { Review Comment: This seems unrelated. Do you want to open a separate PR for this fix? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org