docete 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_r318456075
##########
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:
It's obsolete for my offline validation of timeout feature. Should be
deleted!
----------------------------------------------------------------
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