docs: add Paimon Rust 0.2.0 release note#33
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@JingsongLi Could you please help review when you got time |
|
|
||
| Thanks to all the contributors who made this release possible: | ||
|
|
||
| Arpit Jain, Jiajia Li, Jingsong Lee, Jiwen liu, QuakeWang, XiaoHongbo, Zach, |
There was a problem hiding this comment.
Zach are nickname for the QuakeWang account, so just keep QuakeWang. Thanks
| | `$table_indexes` | Index definitions | | ||
| | `$branches` | Branch metadata | | ||
| | `$options` | Table configuration options | | ||
| | `$referenced_files_size` | Space used by files in the latest snapshot | |
There was a problem hiding this comment.
This description is inaccurate. $referenced_files_size summarizes referenced files across retained snapshot scopes, including main branch, tags, and other branches, not only the latest snapshot.
| - **Hive-style INSERT OVERWRITE PARTITION** — overwrite specific partitions while preserving others. | ||
| - **TRUNCATE TABLE** — remove all data from a table. | ||
| - **DROP PARTITION** — drop specific partitions. | ||
| - **CALL Procedures** — `CALL tag(...)` for tagging and `CALL rollback(...)` for rollback operations. |
There was a problem hiding this comment.
These procedure names do not match the 0.2.0 API. The supported forms are CALL sys.create_tag(...), CALL sys.delete_tag(...), CALL sys.rollback_to(...), CALL sys.rollback_to_timestamp(...), etc.
|
|
||
| ### Table-Valued Functions | ||
|
|
||
| Introduced table-valued functions auto-registered when a catalog is registered with SQLContext: |
There was a problem hiding this comment.
“Introduced” is a bit misleading here: full_text_search already existed in 0.1.0. 0.2.0 adds vector_search and SQLContext auto-registration for built-in TVFs.
| --- | ||
| title: "Paimon Rust Release 0.2.0" | ||
| type: release | ||
| version: Rust 0.2.0 |
There was a problem hiding this comment.
Please add an explicit weight. The website sorts releases by weight and uses the first item as latest; without it, Rust 0.2.0 may not appear before Rust 0.1.0 in /releases.
Summary
Test plan
🤖 Generated with Claude Code