LadyForest commented on code in PR #21771: URL: https://github.com/apache/flink/pull/21771#discussion_r1090258934
########## flink-table/flink-sql-client/src/test/resources/sql/function.q: ########## @@ -218,10 +218,9 @@ org.apache.flink.table.api.ValidationException: Alter temporary catalog function # test create function using jar # ========================================================================== -# TODO: support this in the FLINK-30692 -# REMOVE JAR '$VAR_UDF_JAR_PATH'; -# [INFO] The specified jar is removed from session classloader. -# !info +REMOVE JAR '$VAR_UDF_JAR_PATH'; Review Comment: Nit: add `SHOW JARS` before and after `REMOVE JAR`? ########## flink-table/flink-sql-client/src/test/resources/sql/function.q: ########## @@ -280,3 +270,11 @@ show user functions; +---------------+ 1 row in set !ok + +REMOVE JAR '$VAR_UDF_JAR_PATH'; Review Comment: ditto -- 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]
