Skip to content

Commit caf6ad1

Browse files
committed
Revert "feat: add apply in transaction to support stack action (#22)"
This reverts commit 37e5618.
1 parent ebbd50c commit caf6ad1

File tree

2 files changed

+93
-145
lines changed

2 files changed

+93
-145
lines changed

crates/iceberg/src/table.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,6 @@ pub struct Table {
162162
}
163163

164164
impl Table {
165-
pub(crate) fn with_metadata(&mut self, metadata: TableMetadataRef) {
166-
self.metadata = metadata;
167-
}
168-
169165
/// Returns a TableBuilder to build a table
170166
pub fn builder() -> TableBuilder {
171167
TableBuilder::new()

0 commit comments

Comments
 (0)