autophagy commented on code in PR #27605:
URL: https://github.com/apache/flink/pull/27605#discussion_r2805737948
##########
flink-table/flink-sql-parser/src/test/java/org/apache/flink/sql/parser/FlinkSqlParserImplTest.java:
##########
@@ -2526,16 +2526,49 @@ void testCreateFunction() {
.ok(
"CREATE FUNCTION `FUNCTION1` AS
'org.apache.flink.function.function1' LANGUAGE JAVA USING JAR
'file:///path/to/test.jar', JAR 'hdfs:///path/to/test2.jar'");
+ // test create function using artifact
Review Comment:
I'll use a for loop, since we also want to test mixed usage.
--
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]