[
https://issues.apache.org/jira/browse/PARQUET-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan Blue updated PARQUET-623:
------------------------------
Fix Version/s: 1.9.0
> DeltaByteArrayReader has incorrect skip behaviour
> -------------------------------------------------
>
> Key: PARQUET-623
> URL: https://issues.apache.org/jira/browse/PARQUET-623
> Project: Parquet
> Issue Type: Bug
> Affects Versions: 1.8.1
> Reporter: Johannes Zillmann
>
> When reading delta encoded columns (v2 API) and skipping values the read
> fails (with differing exceptions). This is because the reader needs the last
> value but the skip logic is not managing this.
> A modified DeltaByteArrayReader which calls readBytes() on skip() does fix
> the reading. Not sure if there is a more efficient solution possible then
> simply invoking readBytes().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)