Skip to content

Commit 81a731f

Browse files
remove the unecessary comment
1 parent aab0b0b commit 81a731f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveContext.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,6 @@ class HiveContext(sc: SparkContext) extends SQLContext(sc) {
359359
}
360360
}
361361

362-
// Sub class may need to overwrite the following 2 functions custom sql dialect parser support
363-
364362
override protected[sql] def dialectClassName = if (conf.dialect == "hiveql") {
365363
classOf[HiveQLDialect].getCanonicalName
366364
} else {

0 commit comments

Comments
 (0)