Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0, 1.0.1, 2.0.0
Description
FileMetaDataImpl::key_value_metadata_ is initialized in the constructor: https://github.com/apache/arrow/blob/apache-arrow-1.0.0/cpp/src/parquet/metadata.cc#L530
But in RowGroupMetaDataBuilder::Finish, FileMetaDataImpl::metadata_ is set after the construction and we are missing the FileMetaDataImpl::InitKeyValueMetadata call here: https://github.com/apache/arrow/blob/apache-arrow-1.0.0/cpp/src/parquet/metadata.cc#L1412
Attachments
Issue Links
- links to