Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-9
Description
We currently depend on two different ORC versions:
- FE uses the java orc lib in 1.6.2: https://github.com/apache/impala/blob/d74d6994cc25ed2090886d6b406cf477a6ccf6b4/bin/impala-config.sh#L226
- BE uses the cpp orc lib in 1.7.0-p14 which is a patch version based on 1.7.0: https://github.com/apache/impala/blob/d74d6994cc25ed2090886d6b406cf477a6ccf6b4/bin/impala-config.sh#L148
The ORC community is planning for EOL of the 1.6 branch. It makes sense to bump the FE's dependent ORC version to 1.7.
https://lists.apache.org/thread/ncmjrxo2jy07cq1jdrtk6wx8xdr11gjr
Attachments
Issue Links
- links to