Skip to content

Commit 88dd0c8

Browse files
Remove redundant SET Keyword.
1 parent 271f0b1 commit 88dd0c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ class SqlParser extends StandardTokenParsers with PackratParsers {
146146
protected val OUTER = Keyword("OUTER")
147147
protected val RIGHT = Keyword("RIGHT")
148148
protected val SELECT = Keyword("SELECT")
149-
protected val SET = Keyword("SET")
150149
protected val STRING = Keyword("STRING")
151150
protected val SUM = Keyword("SUM")
152151
protected val TRUE = Keyword("TRUE")

0 commit comments

Comments
 (0)