Skip to content

Commit 25cec38

Browse files
author
zhaoge
committed
fix(flink): #415 fix supporting json function's different type
1 parent 7324c27 commit 25cec38

File tree

10 files changed

+6697
-5530
lines changed

10 files changed

+6697
-5530
lines changed

src/grammar/flink/FlinkSqlLexer.g4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ KW_INTERVAL : 'INTERVAL';
211211
KW_INTO : 'INTO';
212212
KW_IS : 'IS';
213213
KW_JOIN : 'JOIN';
214+
KW_JSON : 'JSON';
214215
KW_JSON_ARRAY : 'JSON_ARRAY';
215216
KW_JSON_ARRAYAGG : 'JSON_ARRAYAGG';
216217
KW_JSON_EXECUTION_PLAN : 'JSON_EXECUTION_PLAN';

0 commit comments

Comments
 (0)