Skip to content

Commit aaf1c2f

Browse files
committed
add spark 2.2 support
1 parent dd97eea commit aaf1c2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/main/spark2.2/antlr4/org/apache/spark/sql/catalyst/parser

src/main/spark2.2/antlr4/org/apache/spark/sql/catalyst/parser/SqlBase.g4

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ indexCol
185185
indexType
186186
: BTREE
187187
| BITMAP
188+
| ES
188189
;
189190

190191
unsupportedHiveNativeCommands
@@ -989,6 +990,7 @@ SINDICES: 'SINDICES' | 'OINDICES';
989990
BTREE: 'BTREE';
990991
BLOOM: 'BLOOM';
991992
BITMAP: 'BITMAP';
993+
ES: 'ES';
992994

993995
STRING
994996
: '\'' ( ~('\''|'\\') | ('\\' .) )* '\''

0 commit comments

Comments
 (0)