Skip to content

Commit ba9e3d6

Browse files
committed
fix: #362 set hiveVar value (#369)
1 parent e1d84f4 commit ba9e3d6

File tree

4 files changed

+149
-126
lines changed

4 files changed

+149
-126
lines changed

src/grammar/hive/HiveSqlParser.g4

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ execStatement
8686
| KW_MERGE QUERY_HINT? KW_INTO tableName (KW_AS? id_)? KW_USING joinSourcePart KW_ON expression whenClauses
8787
| KW_PREPARE id_ KW_FROM queryStatementExpression
8888
| KW_EXECUTE id_ KW_USING constantList
89-
| KW_SET configPropertiesItem (DOT configPropertiesItem)* EQUAL .*?
89+
| KW_SET configPropertiesItem ((DOT | COLON) configPropertiesItem)* EQUAL .*?
9090
;
9191

9292
loadStatement

src/lib/hive/HiveSqlParser.interp

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)