The Apache Paimon community is pleased to announce the release of Apache Paimon Rust 0.2.0
Documentation for Paimon can be found at: https://paimon.apache.org/docs/rust/ paimon rust crate: cargo add paimon https://crates.io/crates/paimon paimon-datafusion crate: cargo add paimon-datafusion https://crates.io/crates/paimon-datafusion python binding: pip install pypaimon-rust https://pypi.org/project/pypaimon-rust/ go binding: go get github.com/apache/paimon-rust/bindings/[email protected] Release notes: https://github.com/apache/paimon-rust/releases/tag/v0.2.0 Thanks to all contributors! Special thanks to Hongbo Xiao for handling the permission-gated release steps such as cutting the tag and staging the artifacts.
