etseidl commented on code in PR #8763:
URL: https://github.com/apache/arrow-rs/pull/8763#discussion_r2500849857
##########
parquet/src/file/metadata/reader.rs:
##########
@@ -795,7 +810,24 @@ impl ParquetMetaDataReader {
///
/// [Parquet Spec]: https://github.com/apache/parquet-format#metadata
pub fn decode_metadata(buf: &[u8]) -> Result<ParquetMetaData> {
- decode_metadata(buf)
+ decode_metadata(buf, None)
Review Comment:
Yes, that would be nice. Maintaining two public APIs that do pretty much the
same thing is a bit too much.
--
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]