godfreyhe commented on code in PR #20705:
URL: https://github.com/apache/flink/pull/20705#discussion_r961527995


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/join/LookupJoinTest.scala:
##########
@@ -752,7 +752,8 @@ class LookupJoinTest(legacyTableSource: Boolean) extends 
TableTestBase with Seri
   def testJoinHintWithTableAlias(): Unit = {
     // TODO to be supported in FLINK-28850 (to make LogicalSnapshot Hintable)
     thrown.expectMessage(
-      "The options of following hints cannot match the name of input tables or 
views")
+      "The options of following hints cannot match the name of input tables 
or" +
+        " views: \nLOOKUP:D")

Review Comment:
   The message looks not clear. at first glance, I thought `Lookup:D` was a 
table name



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