You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/07/03 02:29:00 UTC

[jira] [Updated] (PARQUET-730) [C++] Remove redundant total_byte_size calculation

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

Wes McKinney updated PARQUET-730:
---------------------------------
    Summary: [C++] Remove redundant total_byte_size calculation  (was: [CPP] Remove redundant total_byte_size calculation)

> [C++] Remove redundant total_byte_size calculation
> --------------------------------------------------
>
>                 Key: PARQUET-730
>                 URL: https://issues.apache.org/jira/browse/PARQUET-730
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: Deepak Majeti
>            Priority: Major
>
> The {{total_byte_size}} of a rowgroup is being redundantly computed. Use {{total_bytes_written_}} passed by the writer instead.
> https://github.com/apache/parquet-cpp/blob/master/src/parquet/file/metadata.cc#L471



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