Github user wzhfy commented on a diff in the pull request:
https://github.com/apache/spark/pull/20072#discussion_r159135036
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/HadoopFsRelation.scala
---
@@ -60,6 +60,8 @@ case class HadoopFsRelation(
}
}
+ private val hadoopFSSizeFactor = sqlContext.conf.hadoopFSSizeFactor
--- End diff --
shall we move it into the method `sizeInBytes` since it's only used there?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]