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

    https://github.com/apache/spark/pull/22723#discussion_r229717747
  
    --- Diff: 
core/src/main/scala/org/apache/spark/input/WholeTextFileInputFormat.scala ---
    @@ -48,11 +50,11 @@ private[spark] class WholeTextFileInputFormat
        * Allow minPartitions set by end-user in order to keep compatibility 
with old Hadoop API,
        * which is set through setMaxSplitSize
        */
    -  def setMinPartitions(context: JobContext, minPartitions: Int) {
    +  def setMinPartitions(sc: SparkContext, context: JobContext, 
minPartitions: Int) {
    --- End diff --
    
    Please update the above comment to explain the new behavior.


---

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

Reply via email to