Skip to content

Commit d0b07fc

Browse files
committed
Revert "fix (#28)"
This reverts commit 28c31ce.
1 parent caf6ad1 commit d0b07fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl<'a> Transaction<'a> {
143143
) -> Result<FastAppendAction<'a>> {
144144
let snapshot_id = if let Some(snapshot_id) = snapshot_id {
145145
if self
146-
.current_table
146+
.table
147147
.metadata()
148148
.snapshots()
149149
.any(|s| s.snapshot_id() == snapshot_id)

0 commit comments

Comments
 (0)