apache/fluss-rust

[rust] Add a SnapshotId type alias

オープン

#636 opened on 2026/06/24

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (48 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (54 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Search before asking

  • I searched in the issues and found nothing similar.

Description

We have TableId, PartitionId, and BucketId aliases in lib.rs, but snapshot_id is still spelled i64 everywhere. Adding a matching SnapshotId alias would keep things consistent and make signatures easier to read.

A few hand-written sites to update: LakeSnapshot (metadata/table.rs), KvSnapshotLeaseForBucket (metadata/kv_snapshot_lease.rs), and the get_kv_snapshot_metadata / get_lake_snapshot request constructors.

Willingness to contribute

  • I'm willing to submit a PR!

コントリビューターガイド