Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18640#discussion_r133131408
  
    --- Diff: pom.xml ---
    @@ -1678,6 +1681,44 @@
             </exclusions>
           </dependency>
           <dependency>
    +        <groupId>org.apache.orc</groupId>
    +        <artifactId>orc-core</artifactId>
    +        <version>${orc.version}</version>
    +        <classifier>${orc.classifier}</classifier>
    +        <scope>${orc.deps.scope}</scope>
    +        <exclusions>
    +          <exclusion>
    +            <groupId>org.apache.hadoop</groupId>
    +            <artifactId>hadoop-common</artifactId>
    +          </exclusion>
    +          <exclusion>
    +            <groupId>org.apache.hive</groupId>
    +            <artifactId>hive-storage-api</artifactId>
    --- End diff --
    
    and to confirm, this exclusion is safe only if we don't use hive storage 
api of orc in sql/core, right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to