Skip to content

Commit

Permalink
remove cache keyword in sql parser
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed Feb 5, 2015
1 parent 84acd08 commit 10ade16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class SqlParser extends AbstractSparkSQLParser {
protected val AVG = Keyword("AVG")
protected val BETWEEN = Keyword("BETWEEN")
protected val BY = Keyword("BY")
protected val CACHE = Keyword("CACHE")
protected val CASE = Keyword("CASE")
protected val CAST = Keyword("CAST")
protected val COALESCE = Keyword("COALESCE")
Expand Down

0 comments on commit 10ade16

Please sign in to comment.