HuaHuaY commented on code in PR #50807:
URL: https://github.com/apache/arrow/pull/50807#discussion_r3900615828
##########
cpp/src/parquet/metadata.cc:
##########
@@ -2152,6 +2121,7 @@ class FileMetaDataBuilder::FileMetaDataBuilderImpl {
auto file_meta_data = std::unique_ptr<FileMetaData>(new FileMetaData());
file_meta_data->impl_->metadata_ = std::move(metadata_);
file_meta_data->impl_->InitSchema();
+ file_meta_data->impl_->InitColumnOrders();
Review Comment:
No. It had always used the default value `TYPE_DEFINED_ORDER`, so no one
noticed the missing line.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]