GitHub user Fokko opened a pull request:

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

    [SPARK-23854] Update Guava to 16.0.1

    Currently Spark is still on Guava 14.0.1, and therefore I would like to 
bump the version to 16.0.1.
    
    Babysteps are important here, because we don't want to become incompatible 
with other technology stacks, but 14.0.1 is getting old. HashCodes has been 
deprecated in favor of HashCode.
    
    https://issues.apache.org/jira/projects/SPARK/issues/SPARK-23854
    
    ## What changes were proposed in this pull request?
    
    (Please fill in changes proposed in this fix)
    
    ## How was this patch tested?
    
    (Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
    (If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)
    
    Running the testsuite
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/Fokko/spark fd-update-guava

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

    https://github.com/apache/spark/pull/20966.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 #20966
    
----
commit 231dc6bd34c13919aad12ee1a0d1b1599fd7d873
Author: Fokko Driesprong <fokkodriesprong@...>
Date:   2018-04-03T06:36:53Z

    [SPARK-23854] Update Guava to 16.0.1
    
    Update the version of Guava to a more recent one. HashCodes has been
    deprecated in favor of HashCode.

----


---

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

Reply via email to