You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/10/26 07:25:00 UTC

[jira] [Updated] (PARQUET-2099) [C++] Statistics::num_values() is misleading

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

Antoine Pitrou updated PARQUET-2099:
------------------------------------
    Fix Version/s: cpp-11.0.0
                       (was: cpp-10.0.0)

> [C++] Statistics::num_values() is misleading 
> ---------------------------------------------
>
>                 Key: PARQUET-2099
>                 URL: https://issues.apache.org/jira/browse/PARQUET-2099
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-cpp
>            Reporter: Micah Kornfield
>            Priority: Major
>             Fix For: cpp-11.0.0
>
>
> num_values() in statistics seems to capture the number of encoded values.  This is misleading as everyplace else in parquet num_values() really indicates all values (null and not-null, i.e. the number of levels).  
> We should likely remove this field, rename it or at the very least update the documentation.
> CC [~zeroshade]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)