[
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)