Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22723#discussion_r229720799
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/WholeTextFileRDD.scala 
---
    @@ -51,7 +51,7 @@ private[spark] class WholeTextFileRDD(
           case _ =>
         }
         val jobContext = new JobContextImpl(conf, jobId)
    -    inputFormat.setMinPartitions(jobContext, minPartitions)
    +    inputFormat.setMinPartitions(sc, jobContext, minPartitions)
    --- End diff --
    
    You don't need to pass the context. You just need to pass the one value 
you're going to use from it.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to