Skip to content

Commit

Permalink
fix: DTStack#362 set hiveVar value (DTStack#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Nov 14, 2024
1 parent c98e5d5 commit 43deb0f
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 126 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 43deb0f

Please sign in to comment.