lsyldliu commented on code in PR #20176:
URL: https://github.com/apache/flink/pull/20176#discussion_r959135546
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/batch/sql/FunctionITCase.java:
##########
@@ -92,10 +97,48 @@ public void
testUserDefinedTemporarySystemFunctionByUsingJar() throws Exception
udfClassName, jarPath);
String dropFunctionDDL = "drop temporary system function lowerUdf";
- testUserDefinedFunctionByUsingJar(functionDDL, dropFunctionDDL);
+ testUserDefinedFunctionByUsingJar(env -> env.executeSql(functionDDL),
dropFunctionDDL);
}
- private void testUserDefinedFunctionByUsingJar(String createFunctionDDL,
String dropFunctionDDL)
+ @Test
+ public void testUserDefinedRegularCatalogFunctionByUsingJar() throws
Exception {
Review Comment:
These tests in master have been deleted, please rebase master again.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]