Skip to content

Commit d83c3b8

Browse files
chaozwnwuchong
authored andcommitted
[FLINK-22250][sql-parser] Add missing 'createSystemFunctionOnlySupportTemporary' entry in ParserResource.properties (#15582)
1 parent 229669c commit d83c3b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flink-table/flink-sql-parser/src/main/resources/org.apache.flink.sql.parser.utils/ParserResource.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@
1818
#
1919
MultipleWatermarksUnsupported=Multiple WATERMARK statements is not supported yet.
2020
OverwriteIsOnlyUsedWithInsert=OVERWRITE expression is only used with INSERT statement.
21+
createSystemFunctionOnlySupportTemporary=CREATE SYSTEM FUNCTION is not supported, system functions can only be registered as temporary function, you can use CREATE TEMPORARY SYSTEM FUNCTION instead.

0 commit comments

Comments
 (0)