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)