iemejia commented on a change in pull request #1635:
URL: https://github.com/apache/hive/pull/1635#discussion_r535356472
##########
File path: llap-tez/pom.xml
##########
@@ -104,6 +104,11 @@
<artifactId>hadoop-yarn-registry</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.xerial.snappy</groupId>
+ <artifactId>snappy-java</artifactId>
Review comment:
Snappy and zstd are now optional on Avro, you probably have these
already defined somewhere else but the tests in this module were complaining. I
don't know if this could imply some runtime issue in other parts of the
codebase that tests may not match, so worth to think about this if it is
eventually the case.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]