Skip to content

Commit 9d49902

Browse files
authored
Update src/iceberg/transaction.h
1 parent 547033e commit 9d49902

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/iceberg/transaction.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ class ICEBERG_EXPORT Transaction {
4444
/// \return a new AppendFiles
4545
virtual std::shared_ptr<AppendFiles> NewAppend() = 0;
4646

47-
/// \brief Apply multiple metadata updates to this transaction
48-
///
49-
/// \param requirements the table requirements to validate
50-
/// \param updates the table updates to apply
51-
/// \return Status::OK if all updates were queued successfully
52-
virtual Status UpdateTable(
53-
const std::vector<std::unique_ptr<TableRequirement>>& requirements,
54-
const std::vector<std::unique_ptr<TableUpdate>>& updates) = 0;
55-
5647
/// \brief Apply the pending changes from all actions and commit
5748
///
5849
/// This method applies all pending data operations and metadata updates in the

0 commit comments

Comments
 (0)