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 271f0b1 commit 88dd0c8Copy full SHA for 88dd0c8
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/SqlParser.scala
@@ -146,7 +146,6 @@ class SqlParser extends StandardTokenParsers with PackratParsers {
146
protected val OUTER = Keyword("OUTER")
147
protected val RIGHT = Keyword("RIGHT")
148
protected val SELECT = Keyword("SELECT")
149
- protected val SET = Keyword("SET")
150
protected val STRING = Keyword("STRING")
151
protected val SUM = Keyword("SUM")
152
protected val TRUE = Keyword("TRUE")
0 commit comments