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

 ##########
 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:
   Make sense to me. I will create a followup PR to move the tests to 
UserDefinedScalarFunctionTest.

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

Reply via email to