tanishq-chugh commented on code in PR #5341:
URL: https://github.com/apache/hive/pull/5341#discussion_r1675359870
##########
standalone-metastore/pom.xml:
##########
@@ -365,6 +366,11 @@
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
+ <version>${snappy.version}</version>
+ </dependency>
Review Comment:
snappy is coming in only transitively from hadoop-common inside sub-modules
of standalone-metastore.
Changing in the parent pom's dependency management does not effect on this
inclusion. So have added in here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]