File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,6 @@ class ICEBERG_EXPORT Transaction : public std::enable_shared_from_this<Transacti
7373 Status Apply (PendingUpdate& updates);
7474
7575 friend class PendingUpdate ; // Need to access the Apply method.
76- // friend class UpdateProperties;
77- // friend class ReplaceSortOrder;
7876
7977 private:
8078 // The table that this transaction will update.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class ICEBERG_EXPORT PendingUpdate : public ErrorCollector {
4949 // / \brief Return the kind of this pending update.
5050 virtual Kind kind () const = 0;
5151
52- // / \brief Apply the pending changes and commit TO THE TRANSACTION???
52+ // / \brief Apply the pending changes and commit.
5353 // /
5454 // / \return An OK status if the commit was successful, or an error:
5555 // / - ValidationFailed: if it cannot be applied to the current table metadata.
You can’t perform that action at this time.
0 commit comments