Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed May 1, 2015
1 parent c19780b commit 0878bd1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ class SQLContext(@transient val sparkContext: SparkContext)
@transient
protected[sql] val ddlParser = new DDLParser((sql: String) => { getSQLDialect().parse(sql) })

// kept sqlParser to make sure mima tests pass
@transient
protected[sql] val sqlParser = new SparkSQLParser(getSQLDialect().parse(_))

Expand Down

0 comments on commit 0878bd1

Please sign in to comment.