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 a7193d8 commit 7680742Copy full SHA for 7680742
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/SqlParser.scala
@@ -119,12 +119,8 @@ class SqlParser extends StandardTokenParsers with PackratParsers {
119
protected val UNCACHE = Keyword("UNCACHE")
120
protected val UNION = Keyword("UNION")
121
protected val WHERE = Keyword("WHERE")
122
-<<<<<<< HEAD
123
protected val EXCEPT = Keyword("EXCEPT")
124
-=======
125
- protected val WHERE = Keyword("EXCEPT")
126
127
->>>>>>> origin/master
128
129
// Use reflection to find the reserved words defined in this class.
130
protected val reservedWords =
0 commit comments