gnuhpc opened a new pull request, #635: URL: https://github.com/apache/fluss-rust/pull/635
## Summary - Replace raw `i64`/`i32` with `TableId`/`PartitionId`/`BucketId` type aliases in the write path (`sender.rs`, `accumulator.rs`, `bucket_assigner.rs`) and RPC messages (`produce_log.rs`, `put_kv.rs`) - Fix `cluster.rs` getter return types to use `TableId` instead of raw `i64` - Align with the convention already used in newer modules (`lookup.rs`, `list_offsets.rs`, `prefix_lookup.rs`) No behavioral change — these are type aliases (`type TableId = i64`, etc.), so this is purely a readability and consistency improvement. ## Test plan - [x] `cargo build` — full workspace compiles - [x] `cargo clippy --all-targets -- -D warnings` — zero warnings - [x] `cargo fmt --all -- --check` — clean - [x] `cargo test --workspace` — all 545 tests pass (existing tests cover the modified paths) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
