rdblue commented on a change in pull request #23552:
[DO-NOT-MERGE][SPARK-23710] Upgrade built-in Hive to 2.3.4(Without
hive-thriftserver)
URL: https://github.com/apache/spark/pull/23552#discussion_r248001837
##########
File path: core/pom.xml
##########
@@ -391,16 +391,42 @@
placed in the "provided" scope, rather than the "compile" scope, and
NoClassDefFoundError exceptions are handled
when the user has not explicitly compiled with the Hive module.
-->
+ <dependency>
Review comment:
I think this is okay because it uses the "core" version of hive-exec. The
version without a classifier shades everything, so I think the intent here is
to manage Hive's transitive dependencies in Spark instead of in a fork of Hive.
----------------------------------------------------------------
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]