dongjoon-hyun commented on code in PR #38277:
URL: https://github.com/apache/spark/pull/38277#discussion_r1000183343


##########
core/src/main/scala/org/apache/spark/internal/config/package.scala:
##########
@@ -1111,7 +1111,7 @@ package object config {
       .doc("When true, HadoopRDD/NewHadoopRDD will not create partitions for 
empty input splits.")
       .version("2.3.0")
       .booleanConf
-      .createWithDefault(false)
+      .createWithDefault(true)

Review Comment:
   Yay!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to