@@ -25,20 +25,28 @@ Apache Paimon Rust follows [Semantic Versioning](https://semver.org/). All relea
2525
2626## Upcoming
2727
28- ### 0.1.0 (In Development)
29-
30- The first release of Apache Paimon Rust. Track progress at the [ 0.1.0 milestone] ( https://github.com/apache/paimon-rust/issues/3 ) .
28+ ### 0.2.0 (In Development)
3129
3230Planned features:
3331
34- - Paimon table format reader
35- - Local filesystem, S3, and OSS storage backends
36- - REST Catalog client
37- - Apache DataFusion integration
38- - Partitioned table support
39- - C FFI bindings
40- - Go bindings
32+ - Primary-key table read/write support with sort-merge deduplication
33+ - DataFusion DML support (INSERT OVERWRITE, TRUNCATE TABLE, DROP PARTITION, CALL procedures)
34+ - System tables ($snapshots, $tags, $manifests, $schemas)
35+ - Multi-catalog support, session-scoped dynamic options (SET/RESET), and temporary tables
36+ - Lumina vector index read infrastructure and Vortex columnar file format support
37+ - Exact COUNT(* ) pushdown via partition statistics
4138
4239## Past Releases
4340
44- No releases yet. Stay tuned!
41+ ### [ 0.1.0] ( https://github.com/apache/paimon-rust/releases/tag/v0.1.0 )
42+
43+ The first release of Apache Paimon Rust.
44+
45+ Key features:
46+
47+ - Paimon table format reader (Parquet, ORC, Avro) with schema evolution
48+ - Filesystem and REST Catalog support
49+ - Apache DataFusion integration (catalog, predicate/projection push-down, time travel, partition pruning, statistics)
50+ - Deletion vectors, data-level stats pruning, BTree global index, Tantivy full-text search index
51+ - Commit pipeline with SnapshotCommit abstraction
52+ - Go / Python bindings
0 commit comments