HyukjinKwon opened a new pull request, #98: URL: https://github.com/apache/spark-connect-rust/pull/98
### What changes were proposed in this pull request? Add two badges to the README header and a link to the generated Rust API reference: - **crates.io** version badge for `apache-spark-connect` → https://crates.io/crates/apache-spark-connect - **docs.rs** badge for `apache-spark-connect` → https://docs.rs/apache-spark-connect - A line in the Documentation section pointing to the Rust API reference on docs.rs. Badge style matches the existing PyPI badge (`color=c2410c`). ### Why are the changes needed? The README carried a PyPI version badge for the Python package (`pyspark-client-rust`) but nothing for the now-published Rust crate. Now that `apache-spark-connect` is on crates.io (as of 4.2.0) with docs auto-built on docs.rs, surfacing the crate version and the Rust API reference makes the Rust side discoverable alongside the Python side. ### Does this PR introduce _any_ user-facing change? No (documentation only). ### How was this patch tested? Verified the linked pages resolve: `https://docs.rs/apache-spark-connect/4.2.0/spark_connect/` (200) and the shields.io badge endpoints for `crates/v` and `docsrs` (200). The crate is published on crates.io (4.2.0). This is a trivial docs/badge change, so it uses the `[MINOR]` prefix (no JIRA) per Apache Spark convention. This pull request and its description were written by Isaac. -- 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]
