Skip to content

Commit

Permalink
fix: #362 set hiveVar value (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 authored Nov 14, 2024
1 parent 2358d95 commit c232aaa
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 125 deletions.
2 changes: 1 addition & 1 deletion src/grammar/hive/HiveSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ execStatement
| KW_MERGE QUERY_HINT? KW_INTO tableName (KW_AS? id_)? KW_USING joinSourcePart KW_ON expression whenClauses
| KW_PREPARE id_ KW_FROM queryStatementExpression
| KW_EXECUTE id_ KW_USING constantList
| KW_SET configPropertiesItem (DOT configPropertiesItem)* EQUAL .*?
| KW_SET configPropertiesItem ((DOT | COLON) configPropertiesItem)* EQUAL .*?
;

loadStatement
Expand Down
2 changes: 1 addition & 1 deletion src/lib/hive/HiveSqlParser.interp

Large diffs are not rendered by default.

Loading

0 comments on commit c232aaa

Please sign in to comment.