Skip to content

Commit 401e86d

Browse files
committed
remove some comment
1 parent cb98375 commit 401e86d

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/execution/HiveTableScanExec.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ case class HiveTableScanExec(
140140
}
141141

142142
protected override def doExecute(): RDD[InternalRow] = {
143-
// Using dummyCallSite, as getCallSite can turn out to be expensive with
144-
// with multiple partitions.
145143
val locationPath = new Path(relation.catalogTable.location)
146144
val fs = locationPath.getFileSystem(sparkSession.sessionState.newHadoopConf())
147145

0 commit comments

Comments
 (0)