ldadima commented on code in PR #27764:
URL: https://github.com/apache/flink/pull/27764#discussion_r2972721804


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/JoinITCase.scala:
##########
@@ -640,6 +640,55 @@ class JoinITCase(miniBatch: MiniBatchMode, state: 
StateBackendMode, enableAsyncS
     assertThat(sink.getRetractResults.sorted).isEqualTo(expected.sorted)
   }
 
+  @TestTemplate
+  def testThreeWayMultiJoinWithoutPk(): Unit = {

Review Comment:
   This test, as in the [previous 
PR](https://github.com/apache/flink/pull/27508) with a similar problem, is only 
temporary. It was decided to expand this 
[PR](https://github.com/apache/flink/pull/27415) with the necessary tests.
   Is it ok, what do you think?



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