Skip to content

[codex] refactor: add SnapshotId alias#644

Draft
Herrtian wants to merge 1 commit into
apache:mainfrom
Herrtian:codex/add-snapshot-id-alias
Draft

[codex] refactor: add SnapshotId alias#644
Herrtian wants to merge 1 commit into
apache:mainfrom
Herrtian:codex/add-snapshot-id-alias

Conversation

@Herrtian

Copy link
Copy Markdown

Summary

  • Add a SnapshotId alias alongside the existing table, partition, and bucket ID aliases.
  • Update hand-written snapshot metadata, admin, and request APIs to use SnapshotId instead of bare i64.
  • Leave protobuf wire fields as int64.

Validation

  • cargo fmt --check
  • git diff --check
  • cargo check -p fluss-rs
  • cargo test -p fluss-rs metadata::kv_snapshot --lib

Closes #636

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[rust] Add a SnapshotId type alias

1 participant