Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/18640#discussion_r133134666
--- Diff: sql/core/pom.xml ---
@@ -87,6 +87,16 @@
</dependency>
<dependency>
+ <groupId>org.apache.orc</groupId>
+ <artifactId>orc-core</artifactId>
+ <classifier>${orc.classifier}</classifier>
--- End diff --
In Maven, `classifier` allows to distinguish artifacts that were built from
the same POM but differ in their content. Here, `nohive` is used and it refers
`orc-core-1.4.0-nohive.jar` instead of `orc-core-1.4.0.jar`.
---
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]