GitHub user dongjoon-hyun opened a pull request:

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

    [SPARK-25019][BUILD] Fix orc dependency to use the same exclusion rules

    ## What changes were proposed in this pull request?
    
    During upgrading Apache ORC to 1.5.2 
([SPARK-24576](https://issues.apache.org/jira/browse/SPARK-24576)), `sql/core` 
module overrides the exclusion rules of parent pom file and it causes published 
`spark-sql_2.1X` artifacts have incomplete exclusion rules 
([SPARK-25019](https://issues.apache.org/jira/browse/SPARK-25019)). This PR 
fixes it by moving the newly added exclusion rule to the parent pom. This also 
fixes the sbt build hack introduced at that time.
    
    ## How was this patch tested?
    
    Pass the existing dependency check and the tests.

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

    $ git pull https://github.com/dongjoon-hyun/spark SPARK-25019

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

    https://github.com/apache/spark/pull/22003.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 #22003
    
----
commit a801498f249d7526b64fcb9fe8144325ebb3d4e4
Author: Dongjoon Hyun <dongjoon@...>
Date:   2018-08-05T21:34:25Z

    [SPARK-25019][BUILD] Fix orc dependency to use the same exclusion rules

----


---

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

Reply via email to