The GitHub Actions job "Nightly" on fluss.git/main has failed.
Run started by GitHub user wuchong (triggered by wuchong).

Head commit for run:
641e5a3f5fdae2f6a3c3c7aed6ae17a882908361 / Femi 
<[email protected]>
[rust] Add SnapshotId type alias and use it in snapshot metadata paths (#3642)

TableId, PartitionId, and BucketId already have type aliases in lib.rs, but
snapshot_id was still spelled i64 everywhere. Add a matching SnapshotId alias
so snapshot-related signatures read consistently with the other ID types.

Applied to the hand-written sites: LakeSnapshot (metadata/table.rs),
LakeSnapshotInfo, KvSnapshot, KvSnapshotLeaseForBucket, the admin client
methods (get_kv_snapshot_metadata, get_lake_snapshot), and the
GetKvSnapshotMetadataRequest / GetLakeSnapshotRequest constructors. Generated
proto code is untouched; HashMap<TableBucket, i64> offset values stay i64
since they are offsets, not snapshot IDs.

No behavior change (the alias resolves to the same type). Ported from
apache/fluss-rust#657 at the maintainer's request after the fluss-rust repo
was merged into this monorepo.

Report URL: https://github.com/apache/fluss/actions/runs/29365698853

With regards,
GitHub Actions via GitBox

Reply via email to