Skip to content

Commit 6596392

Browse files
CodingCatrxin
authored andcommitted
update the comments in SqlParser
SqlParser has been case-insensitive after apache@dab5439 was merged Author: CodingCat <[email protected]> Closes apache#1275 from CodingCat/master and squashes the following commits: 17931cd [CodingCat] update the comments in SqlParser
1 parent 05c3d90 commit 6596392

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
@@ -35,7 +35,6 @@ import org.apache.spark.sql.catalyst.types._
3535
*
3636
* Limitations:
3737
* - Only supports a very limited subset of SQL.
38-
* - Keywords must be capital.
3938
*
4039
* This is currently included mostly for illustrative purposes. Users wanting more complete support
4140
* for a SQL like language should checkout the HiveQL support in the sql/hive sub-project.

0 commit comments

Comments
 (0)