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 2021/03/25 17:47:00 UTC

[jira] [Resolved] (PARQUET-2008) [C++] Wrong information written in RowGroup::total_byte_size

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

Antoine Pitrou resolved PARQUET-2008.
-------------------------------------
    Fix Version/s: cpp-4.0.0
       Resolution: Fixed

Issue resolved by Github PR https://github.com/apache/arrow/pull/9791.

> [C++] Wrong information written in RowGroup::total_byte_size
> ------------------------------------------------------------
>
>                 Key: PARQUET-2008
>                 URL: https://issues.apache.org/jira/browse/PARQUET-2008
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Antoine Pitrou
>            Assignee: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: cpp-4.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> It seems parquet-cpp writes the compressed size, not the uncompressed size, in RowGroup::total_byte_size. It also writes the same value (correctly) in RowGroup::total_compressed_size.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)