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


##########
parquet/src/file/metadata/mod.rs:
##########
@@ -36,30 +36,27 @@
 //!
 //! # APIs for working with Parquet Metadata
 //!
-//! The Parquet readers and writers in this crate read and write
+//! The Parquet readers and writers in this crate will handle reading and 
writing
 //! metadata into parquet files. To work with metadata directly,
-//! the following APIs are available.
+//! the following APIs are available:
 //!
-//! Reading:
-//! * Read from bytes to `ParquetMetaData`: [`decode_footer`]
-//!   and [`decode_metadata`]
-//! * Read from an `async` source to `ParquetMetaData`: [`MetadataLoader`]
-//! * Read from bytes or from an async source to `ParquetMetaData`: 
[`ParquetMetaDataReader`]
+//! * [`ParquetMetaDataReader`] for reading

Review Comment:
   this also updates the docs to point at the new APIs added in the previous 
releases :bowtie: 
   
   I can pull these changes out into their own PR if we prefer



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