GitHub user vgankidi opened a pull request:

    https://github.com/apache/spark/pull/19634

    [SPARK-22412][SQL] Fix incorrect comment in DataSourceScanExec

    ## What changes were proposed in this pull request?
    
    Next fit decreasing bin packing algorithm is used to combine splits in 
DataSourceScanExec but the comment incorrectly states that first fit decreasing 
algorithm is used. The current implementation doesn't go back to a previously 
used bin other than the bin that the last element was put into.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vgankidi/spark SPARK-22412

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19634.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19634
    
----
commit b8f38a8e1645b9109ec2ab7e4684dd8ead47c116
Author: Vinitha Gankidi <vgank...@netflix.com>
Date:   2017-11-01T20:33:04Z

    [SPARK-22412][SQL] Fix incorrect comment in DataSourceScanExec

----


---

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

Reply via email to