Skip to content

Commit

Permalink
remove the unecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed Apr 24, 2015
1 parent aab0b0b commit 81a731f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ class HiveContext(sc: SparkContext) extends SQLContext(sc) {
}
}

// Sub class may need to overwrite the following 2 functions custom sql dialect parser support

override protected[sql] def dialectClassName = if (conf.dialect == "hiveql") {
classOf[HiveQLDialect].getCanonicalName
} else {
Expand Down

0 comments on commit 81a731f

Please sign in to comment.