etseidl commented on code in PR #8313: URL: https://github.com/apache/arrow-rs/pull/8313#discussion_r2338068501
########## parquet/src/file/metadata/reader.rs: ########## @@ -960,101 +947,11 @@ impl ParquetMetaDataReader { encrypted_footer: bool, file_decryption_properties: Option<&FileDecryptionProperties>, ) -> Result<ParquetMetaData> { - let mut prot = TCompactSliceInputProtocol::new(buf); Review Comment: much of this deleted code wound up in thrift_gen.rs -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org