rovboyko commented on code in PR #24703:
URL: https://github.com/apache/flink/pull/24703#discussion_r1577347776
##########
flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/operators/join/stream/StreamingMiniBatchJoinOperatorTest.java:
##########
@@ -849,6 +851,46 @@ public void testInnerJoinWithNoUniqueKeyWithinBatch()
throws Exception {
"4 Bellevue Drive, Pottstown, PB 19464"));
}
+ @Tag("miniBatchSize=4")
+ @Test
+ public void testInnerJoinWithNoUniqueKeyHashCollision(TestInfo testInfo)
throws Exception {
Review Comment:
ok, agree, it would be better to refactor this. Used Extractors for this
purpose.
--
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]