sunjincheng121 commented on a change in pull request #7152: [FLINK-10958]
[table] Add overload support for user defined function
URL: https://github.com/apache/flink/pull/7152#discussion_r236198921
##########
File path:
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/table/CalcITCase.scala
##########
@@ -350,4 +350,62 @@ class CalcITCase extends AbstractTestBase {
"{9=Comment#3}")
assertEquals(expected.sorted, StreamITCase.testResults.sorted)
}
+
+ @Test
+ def testOverload(): Unit = {
Review comment:
@twalthr If you are worried about increasing overloadingļ¼ I agree that only
do the validate test. What do you think? @dianfu
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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