bowenli86 commented on a change in pull request #8706: 
[FLINK-12814][sql-client] Support a traditional and scrolling view of…
URL: https://github.com/apache/flink/pull/8706#discussion_r316414174
 
 

 ##########
 File path: 
flink-table/flink-sql-client/src/test/java/org/apache/flink/table/client/gateway/utils/UserDefinedFunctions.java
 ##########
 @@ -47,6 +47,27 @@ public String eval(Integer i) {
                }
        }
 
+       /**
+        * The scalar function for SQL Client test.
+        */
+       public static class TimeConsumingUDF extends ScalarFunction {
 
 Review comment:
   in which test is this class used?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to