Samrat002 commented on code in PR #92: URL: https://github.com/apache/flink-connector-aws/pull/92#discussion_r1309792879
########## flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/source/enumerator/KinesisStreamsSourceEnumerator.java: ########## @@ -30,10 +30,6 @@ import org.apache.flink.connector.kinesis.source.split.KinesisShardSplit; import org.apache.flink.connector.kinesis.source.split.StartingPosition; -import org.apache.flink.shaded.guava30.com.google.common.collect.ImmutableList; Review Comment: Are we getting rid of guava ? I dont see any dependency removal of guava in pom file ? -- 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]
