You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Deepak Majeti (JIRA)" <ji...@apache.org> on 2016/09/26 15:35:20 UTC

[jira] [Created] (PARQUET-730) [CPP] Remove redundant total_byte_size calculation

Deepak Majeti created PARQUET-730:
-------------------------------------

             Summary: [CPP] 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


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
(v6.3.4#6332)