You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Renat Valiullin (JIRA)" <ji...@apache.org> on 2019/06/05 23:37:00 UTC

[jira] [Assigned] (ORC-514) Malformed RowIndex stream meta exception when read statistics from strip with bloom filter

     [ https://issues.apache.org/jira/browse/ORC-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Renat Valiullin reassigned ORC-514:
-----------------------------------

    Assignee: Gang Wu

> 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
>          Components: C++
>            Reporter: Renat Valiullin
>            Assignee: Gang Wu
>            Priority: Blocker
>
> ReaderImpl::getRowIndexStatistics has the following assert:
> {code:c++}
> if (offset + length > indexEnd) {
>   throw ParseError
> {code}
> 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)