gustavodemorais commented on code in PR #27508:
URL: https://github.com/apache/flink/pull/27508#discussion_r2787808243
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/JoinITCase.scala:
##########
@@ -623,6 +624,22 @@ class JoinITCase(miniBatch: MiniBatchMode, state:
StateBackendMode, enableAsyncS
assertThat(sink.getRetractResults.sorted).isEqualTo(expected.sorted)
}
+ @TestTemplate
+ def testInnerMultiJoinWithEqualPk(): Unit = {
Review Comment:
- I think we can merge it like this and move it to MultiJoinITCase
[here](https://github.com/apache/flink/pull/27415#issuecomment-3870463694) 🙂
- Restore tests validate plan compatibility, not state backend behavior so I
think it we don't want to do that for now
--
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]