[
https://issues.apache.org/jira/browse/ORC-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yiqun Zhang updated ORC-1005:
-----------------------------
Summary: Make that the java and C++ implementations of determineEncoding in
RunLengthIntegerWriterV2 are consistent. (was: Ensure that the java and C++
implementations of determineEncoding in RunLengthIntegerWriterV2 are
consistent.)
> Make that the java and C++ implementations of determineEncoding in
> RunLengthIntegerWriterV2 are consistent.
> -----------------------------------------------------------------------------------------------------------
>
> Key: ORC-1005
> URL: https://issues.apache.org/jira/browse/ORC-1005
> Project: ORC
> Issue Type: Improvement
> Components: C++, Java
> Affects Versions: 1.8.0
> Reporter: Yiqun Zhang
> Priority: Minor
>
> The current Java determineEncoding implementation is not optimal and may
> calculate ZigzagLiterals and zzBits100p before deciding on DELTA encoding,
> which is redundant.
> It is better to make the java implementation consistent with c++.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)