File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments