Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19464#discussion_r144452771
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -270,6 +270,12 @@ package object config {
.longConf
.createWithDefault(4 * 1024 * 1024)
+ private[spark] val IGNORE_EMPTY_SPLITS =
ConfigBuilder("spark.files.ignoreEmptySplits")
+ .doc("If true, methods like that use HadoopRDD and NewHadoopRDD such
as " +
--- End diff --
`like that` -> `that`
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]