GitHub user vanzin opened a pull request:

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

    [SPARK-23103][core] Ensure correct sort order for negative values in 
LevelDB.

    The code was sorting "0" as "less than" negative values, which is a little
    wrong. Fix is simple, most of the changes are the added test and related
    cleanup.

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

    $ git pull https://github.com/vanzin/spark SPARK-23103

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

    https://github.com/apache/spark/pull/20284.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 #20284
    
----
commit 1f303e74b5d958a459c58a3df06ee081bbe62d18
Author: Marcelo Vanzin <vanzin@...>
Date:   2018-01-16T22:23:48Z

    [SPARK-23103][core] Ensure correct sort order for negative values in 
LevelDB.
    
    The code was sorting "0" as "less than" negative values, which is a little
    wrong. Fix is simple, most of the changes are the added test and related
    cleanup.

----


---

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

Reply via email to