leekeiabstraction commented on code in PR #208: URL: https://github.com/apache/fluss-rust/pull/208#discussion_r2724470099
########## crates/fluss/src/lib.rs: ########## @@ -35,7 +35,7 @@ mod util; mod test_utils; pub type TableId = u64; Review Comment: Addressed in latest commit. I've also updated a few places where i64/32 is used instead of proper id types. There are certainly more places but I'll hold off doing it in this PR cause it's out of scope. -- 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]
