twalthr commented on a change in pull request #8062: [FLINK-11884][table]
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r275290056
##########
File path:
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/api/stream/table/validation/CorrelateValidationTest.scala
##########
@@ -86,7 +85,7 @@ class CorrelateValidationTest extends TableTestBase {
util.addFunction("func2", new TableFunc2)
expectExceptionThrown(
t.joinLateral("func2(c, c)"),
- "Given parameters of function 'func2' do not match any signature")
+ "Invalid arguments [[c, c]] for call: func2(c, c)")
Review comment:
Is this exception useful? And also `[[c, c]]` and not `[c, c]`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services