davidradl commented on code in PR #27605:
URL: https://github.com/apache/flink/pull/27605#discussion_r2805075518
##########
flink-table/flink-sql-parser/src/main/java/org/apache/flink/sql/parser/utils/ParserResource.java:
##########
@@ -57,7 +57,8 @@ public interface ParserResource {
"Columns identifiers without types in the schema are supported on
CTAS/RTAS statements only.")
Resources.ExInst<ParseException> columnsIdentifiersUnsupported();
- @Resources.BaseMessage("CREATE FUNCTION USING JAR syntax is not applicable
to {0} language.")
+ @Resources.BaseMessage(
+ "CREATE FUNCTION USING JAR/ARTIFACT syntax is not applicable to
{0} language.")
Resources.ExInst<ParseException> createFunctionUsingJar(String language);
Review Comment:
nit: should we change the name of _createFunctionUsingJar_ to include
artifact
--
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]