hlteoh37 commented on code in PR #145:
URL:
https://github.com/apache/flink-connector-aws/pull/145#discussion_r1668997135
##########
flink-connector-aws/flink-connector-aws-kinesis-streams/src/test/java/org/apache/flink/connector/kinesis/source/enumerator/KinesisStreamsSourceEnumeratorStateSerializerTest.java:
##########
@@ -145,6 +129,27 @@ void testSerializeWithTrailingBytes() throws Exception {
.withMessageContaining("Unexpected trailing bytes when
deserializing.");
}
+ private List<KinesisShardSplitWithAssignmentStatus> getSplits(
+ IntStream assignedShardIdRange, IntStream unassignedShardIdRange) {
Review Comment:
Nice 😄
--
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]