alamb commented on code in PR #7997:
URL: https://github.com/apache/arrow-rs/pull/7997#discussion_r2417777145


##########
parquet/src/arrow/arrow_reader/decoder/metadata.rs:
##########
@@ -0,0 +1,299 @@
+use crate::arrow::arrow_reader::decoder::buffers::Buffers;
+use crate::arrow::arrow_reader::decoder::DecodeResult;
+use crate::errors::ParquetError;
+use crate::file::metadata::{ParquetMetaData, ParquetMetaDataReader};
+
+/// A push decoder for [`ParquetMetaData`].

Review Comment:
   We have merged this code into the parquet crate in 
   - https://github.com/apache/arrow-rs/pull/8080



-- 
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]

Reply via email to