We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6697df9 commit 547033eCopy full SHA for 547033e
src/iceberg/table.h
@@ -111,7 +111,7 @@ class ICEBERG_EXPORT Table {
111
112
/// \brief Create a new transaction for this table
113
///
114
- /// \return a shared pointer to the new Transaction
+ /// \return a pointer to the new Transaction
115
virtual std::unique_ptr<Transaction> NewTransaction() const;
116
117
/// \brief Returns a FileIO to read and write table data and metadata files
0 commit comments