Hi everyone, I'd like to propose releasing Apache Paimon Rust 0.2.0.
Since the 0.1.0 release branch was cut on April 15, we have merged 39 PRs from 8 contributors in about one month, introducing significant new capabilities including: - Primary-key table read/write support with sort-merge deduplication and dynamic bucket assignment - DataFusion DML support (INSERT OVERWRITE, TRUNCATE TABLE, DROP PARTITION, CALL procedures) - System tables ($snapshots, $tags, $manifests, $schemas) - Multi-catalog support, session-scoped dynamic options (SET/RESET), and temporary tables - BlobType groundwork with blob descriptor write support - Lumina vector index read infrastructure and Vortex columnar file format support - Exact COUNT(*) pushdown via partition statistics - Replace serde_avro_fast with apache-avro and various bug fixes Given the volume and significance of these changes — especially the addition of primary-key table read/write and DML support — I believe it is a good time to cut a 0.2.0 release. I served as the release manager for the 0.1.0 release and would like to volunteer as the release manager for 0.2.0 as well. During this release cycle, I also plan to improve and standardize our release documentation and process, making it easier for other community members to take on the release manager role in the future. Please leave your comments here if you have any concerns, blockers, or features you'd like to include. If there are no objections, I will start the release process in a few days. Best regards, Yuxia
