[
https://issues.apache.org/jira/browse/ORC-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Renat Valiullin updated ORC-514:
--------------------------------
Description:
ReaderImpl::getRowIndexStatistics has the following assert:
if (offset + length > indexEnd) {
throw ParseError
where indexEnd is stripeInfo.indexlength(),
but it doesn't include size of bloomfilter stream.
> Malformed RowIndex stream meta exception when read statistics from strip with
> bloom filter
> ------------------------------------------------------------------------------------------
>
> Key: ORC-514
> URL: https://issues.apache.org/jira/browse/ORC-514
> Project: ORC
> Issue Type: Bug
> Reporter: Renat Valiullin
> Priority: Blocker
>
> ReaderImpl::getRowIndexStatistics has the following assert:
> if (offset + length > indexEnd) {
> throw ParseError
> where indexEnd is stripeInfo.indexlength(),
> but it doesn't include size of bloomfilter stream.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)