ZENOTME commented on code in PR #949:
URL: https://github.com/apache/iceberg-rust/pull/949#discussion_r1990812405
##########
crates/iceberg/src/transaction.rs:
##########
@@ -261,7 +286,7 @@ impl<'a> FastAppendAction<'a> {
let mut manifest_stream = self
.snapshot_produce_action
.tx
- .table
+ .current_table
Review Comment:
I realized that there are some functions based on the table. And storing
only current metadata may cause inconsistencies easily in the future. So change
to store current table instead of metadata
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]