Github user jiangxb1987 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19464#discussion_r144745063
--- 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")
--- End diff --
I'll send a follow-up PR to fix this.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]