We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68815b2 commit 2b98962Copy full SHA for 2b98962
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/SqlParser.scala
@@ -133,6 +133,8 @@ class SqlParser extends StandardTokenParsers with PackratParsers {
133
protected val TRUE = Keyword("TRUE")
134
protected val UNION = Keyword("UNION")
135
protected val WHERE = Keyword("WHERE")
136
+ protected val WHERE = Keyword("EXCEPT")
137
+
138
139
// Use reflection to find the reserved words defined in this class.
140
protected val reservedWords =
0 commit comments