alamb commented on code in PR #9119: URL: https://github.com/apache/arrow-rs/pull/9119#discussion_r2676419158
########## README.md: ########## @@ -19,23 +19,49 @@ # Native Rust implementation of Apache Arrow and Apache Parquet -Welcome to the [Rust][rust] implementation of [Apache Arrow], the popular in-memory columnar format. +Welcome to the [Rust][rust] implementation of [Apache Arrow], a popular Review Comment: Also note this repo has the parquet implementation ########## README.md: ########## @@ -152,24 +178,6 @@ including `join`s and window functions. You can find more details about each crate in their respective READMEs. -## Arrow Rust Community Review Comment: moved to the top and clarified ########## README.md: ########## @@ -81,7 +107,7 @@ Planned Release Schedule ### Rust Version Compatibility Policy -arrow-rs and parquet are built and tested with stable Rust, and will keep a rolling MSRV (minimum supported Rust version) that can only be updated in major releases on a need by basis (e.g. project dependencies bump their MSRV or a particular Rust feature is useful for us etc.). The new MSRV if selected will be at least 6 months old. The minor releases are guaranteed to have the same MSRV. +arrow-rs and parquet are built and tested with stable Rust, and will keep a rolling MSRV (minimum supported Rust version) that can only be updated in major releases on an as needed basis (e.g. project dependencies bump their MSRV or a particular Rust feature is useful for us etc.). The new MSRV if selected will be at least 6 months old. The minor releases are guaranteed to have the same MSRV. Review Comment: driveby wordsmithing -- 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]
