lincoln-lil commented on code in PR #21545:
URL: https://github.com/apache/flink/pull/21545#discussion_r1118018561


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/batch/table/JoinTest.scala:
##########
@@ -204,6 +205,29 @@ class JoinTest extends TableTestBase {
     val joinT = ds1.join(ds2, 'b === 'e && Merger('a, 'd) === 10)
     util.verifyExecPlan(joinT)
   }
+
+  @Test
+  def testJoinInvalidUDTFWithLookupJoinHint(): Unit = {

Review Comment:
   will move this to stream's JoinTest



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