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 e27c66c commit 5863cf7Copy full SHA for 5863cf7
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/AbstractSparkSQLParser.scala
@@ -84,8 +84,8 @@ class SqlLexical extends StdLexical {
84
85
/* This is a work around to support the lazy setting */
86
def initialize(keywords: Seq[String]): Unit = {
87
- reserved.clear()
88
- reserved ++= keywords
+ reserved.clear()
+ reserved ++= keywords
89
}
90
91
/* Normal the keyword string */
0 commit comments