Skip to content

Commit 2b98962

Browse files
committed
Update SqlParser.scala
1 parent 68815b2 commit 2b98962

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/SqlParser.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ class SqlParser extends StandardTokenParsers with PackratParsers {
133133
protected val TRUE = Keyword("TRUE")
134134
protected val UNION = Keyword("UNION")
135135
protected val WHERE = Keyword("WHERE")
136+
protected val WHERE = Keyword("EXCEPT")
137+
136138

137139
// Use reflection to find the reserved words defined in this class.
138140
protected val reservedWords =

0 commit comments

Comments
 (0)