Hi all, The Apache Iceberg Rust community is pleased to announce that Apache Iceberg Rust 0.7.0 has been released!
Iceberg is a data access layer that allows users to easily and efficiently retrieve data from various storage services in a unified way. Notable updates in version 0.7.0 include: 1. Catalog Improvements: Added update_table for MemoryCatalog and GlueCatalog; introduced catalog loader for multiple catalogs. 2. Writer Enhancements: Added PartitionSplitter, RollingFileWriter, and partition-aware location generator. 3. DataFusion Write Support: Implemented write and commit execution plans, enabling data writes via DataFusion's INSERT INTO. 4. Delete File Scan Support: Added support for loading equality deletes during scans. 5. DataFusion v48 support. Please refer to the change log for the complete list of changes: https://github.com/apache/iceberg-rust/releases/tag/v0.7.0 Apache Iceberg Rust website: https://rust.iceberg.apache.org/ Download Links: https://rust.iceberg.apache.org/download >From official ASF distribution: https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-rust-0.7.0/ Iceberg Resources: - Issue: https://github.com/apache/iceberg-rust/issues - Mailing list: [email protected] Thanks, Shawn On behalf of the Apache Iceberg Community
