leekeiabstraction commented on code in PR #222:
URL: https://github.com/apache/fluss-rust/pull/222#discussion_r2747686583


##########
crates/fluss/src/cluster/cluster.rs:
##########
@@ -213,7 +213,7 @@ impl Cluster {
             let mut bucket_for_table = vec![];
             for bucket_metadata in table_metadata.bucket_metadata {
                 let bucket_id = bucket_metadata.bucket_id;
-                let bucket = TableBucket::new(table_id, bucket_id);
+                let bucket = TableBucket::new(table_id, None, bucket_id);

Review Comment:
   +1



-- 
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]

Reply via email to