luoyuxia commented on code in PR #220:
URL: https://github.com/apache/fluss-rust/pull/220#discussion_r2745113861


##########
crates/fluss/src/client/write/sender.rs:
##########
@@ -392,15 +393,15 @@ impl Sender {
 
         for bucket in pending_buckets {
             if let Some(ready_batch) = records_by_bucket.remove(&bucket) {
-                if let Some((table_path, physical_table_path)) = self
+                if let Some(physical_table_path) = self
                     .handle_write_batch_error(
                         ready_batch,
                         FlussError::UnknownServerError,
                         format!("Missing response for table bucket {bucket}"),
                     )
                     .await?
                 {
-                    invalid_metadata_tables.insert(table_path);
+                    
invalid_metadata_tables.insert(physical_table_path.get_table_path().clone());

Review Comment:
   Thanks for the explantion. Miss it. Make sense to me



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