[
https://issues.apache.org/jira/browse/HIVE-21737?focusedWorklogId=519740&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-519740
]
ASF GitHub Bot logged work on HIVE-21737:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Dec/20 15:52
Start Date: 03/Dec/20 15:52
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 519740)
Time Spent: 3h 20m (was: 3h 10m)
> Upgrade Avro to version 1.10.0
> ------------------------------
>
> Key: HIVE-21737
> URL: https://issues.apache.org/jira/browse/HIVE-21737
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Reporter: Ismaël Mejía
> Assignee: Fokko Driesprong
> Priority: Major
> Labels: pull-request-available
> Attachments:
> 0001-HIVE-21737-Make-Avro-use-in-Hive-compatible-with-Avr.patch
>
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> Avro >= 1.9.x bring a lot of fixes including a leaner version of Avro without
> Jackson in the public API and Guava as a dependency. Worth the update.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)