Skip to content

Commit bdb4b96

Browse files
authored
fix(hive): add select into configPropertiesItem (#365)
1 parent 9a5eda8 commit bdb4b96

File tree

4 files changed

+539
-526
lines changed

4 files changed

+539
-526
lines changed

src/grammar/hive/HiveSqlParser.g4

+1
Original file line numberDiff line numberDiff line change
@@ -2224,6 +2224,7 @@ sql11ReservedKeywordsUsedAsFunctionName
22242224

22252225
configPropertiesItem
22262226
: id_
2227+
| KW_SELECT
22272228
| KW_JOIN
22282229
| KW_PARTITION
22292230
| KW_MAP

src/lib/hive/HiveSqlParser.interp

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

0 commit comments

Comments
 (0)