You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gabor Szadovszky (JIRA)" <ji...@apache.org> on 2018/08/18 09:40:00 UTC

[jira] [Resolved] (PARQUET-1379) Incorrect check for ASCENDING/DESCENDING at column index write path

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

Gabor Szadovszky resolved PARQUET-1379.
---------------------------------------
    Resolution: Not A Problem

The check of ASCENDING/DESCENDING order is used when building a column index in the write path. Column index is built using {{Statistics}} objects where {{min <= max}} is guaranteed so no additional check is required when building column indexes.

> Incorrect check for ASCENDING/DESCENDING at column index write path
> -------------------------------------------------------------------
>
>                 Key: PARQUET-1379
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1379
>             Project: Parquet
>          Issue Type: Sub-task
>          Components: parquet-mr
>            Reporter: Gabor Szadovszky
>            Assignee: Gabor Szadovszky
>            Priority: Major
>
> On the branch _column-index_ the check of ASCENDING/DESCENDING orders at column index write path does not check if {{min[i] <= max[i]}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)