wangyum commented on a change in pull request #23553: [SPARK-23710][SQL] 
Upgrade built-in Hive to 2.3.4
URL: https://github.com/apache/spark/pull/23553#discussion_r248163957
 
 

 ##########
 File path: sql/core/pom.xml
 ##########
 @@ -86,15 +86,17 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.hive</groupId>
+      <artifactId>hive-storage-api</artifactId>
+    </dependency>
 
 Review comment:
   The ORC core and mapreduce jars depend on Hive's storage-api: see 
[ORC-174](https://issues.apache.org/jira/browse/ORC-174).
   The Hive's storage-api is a distinct subproject:
   https://cwiki.apache.org/confluence/display/Hive/Storage+API+Release+Proposal
   https://issues.apache.org/jira/browse/HIVE-15419

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to