aditya-subrahmanyan commented on code in PR #2018: URL: https://github.com/apache/iceberg-rust/pull/2018#discussion_r2684191741
########## README.md: ########## @@ -74,14 +74,14 @@ The features that Iceberg Rust currently supports can be found [here](https://ic ## Supported Rust Version -Iceberg Rust is built and tested with stable rust, and will keep a rolling MSRV(minimum supported rust version). +Iceberg Rust is built and tested with stable rust, and will keep a rolling MSRV (minimum supported rust version). At least three months from latest rust release is supported. MSRV is updated when we release iceberg-rust. Check the current MSRV on [crates.io](https://crates.io/crates/iceberg). ## Contribute -Apache Iceberg is an active open-source project, governed under the Apache Software Foundation (ASF). Iceberg-rust are always open to people who want to use or contribute to it. Here are some ways to get involved. +Apache Iceberg is an active open-source project, governed under the Apache Software Foundation (ASF). Apache Iceberg Rust is always open to people who want to use or contribute to it. Here are some ways to get involved. Review Comment: @kevinjqliu Got it! I was just trying to keep it consistent as "Apache Iceberg Rust" in the README, and we can use `iceberg-rust` for programmatic/code references. Appreciate the feedback -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
