karubian commented on code in PR #143:
URL: 
https://github.com/apache/flink-connector-aws/pull/143#discussion_r1642914129


##########
flink-connector-aws/flink-connector-aws-kinesis-streams/src/test/java/org/apache/flink/connector/kinesis/source/util/TestUtil.java:
##########
@@ -36,6 +45,8 @@ public class TestUtil {
             "arn:aws:kinesis:us-east-1:123456789012:stream/keenesesStream";
     public static final String SHARD_ID = "shardId-000000000002";
     public static final SimpleStringSchema STRING_SCHEMA = new 
SimpleStringSchema();
+    public static final long MILLIS_BEHIND_LATEST_TEST_VALUE = 100L;
+    private static final Logger log = LoggerFactory.getLogger(TestUtil.class);

Review Comment:
   Not used, deleted.



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