srowen commented on a change in pull request #25134: [SPARK-28366][CORE] Logging in driver when loading single large unsplittable file via sc.textFile URL: https://github.com/apache/spark/pull/25134#discussion_r304120087
########## File path: core/src/main/scala/org/apache/spark/internal/config/package.scala ########## @@ -1180,6 +1180,13 @@ package object config { .intConf .createWithDefault(1) + private[spark] val IO_FILE_UNSPLITTABLE_WARNING_THRESHOLD = Review comment: I just don't think this is worth another config ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org