Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19464#discussion_r144330429
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -270,6 +270,15 @@ package object config {
.longConf
.createWithDefault(4 * 1024 * 1024)
+ private [spark] val FILTER_OUT_EMPTY_SPLIT =
ConfigBuilder("spark.files.filterOutEmptySplit")
--- End diff --
nit: how about `ignoreEmptySplits` to be matched with `ignoreCorruptFiles`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]