Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove some comment
  • Loading branch information
windpiger committed Feb 13, 2017
commit 401e86d585ea489fd40d0255896e10d8d4e25570
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ case class HiveTableScanExec(
}

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

Expand Down