Skip to content

Commit 547033e

Browse files
author
shuxu.li
committed
feat: add table create/replace/update interface to catalog
1 parent 6697df9 commit 547033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iceberg/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class ICEBERG_EXPORT Table {
111111

112112
/// \brief Create a new transaction for this table
113113
///
114-
/// \return a shared pointer to the new Transaction
114+
/// \return a pointer to the new Transaction
115115
virtual std::unique_ptr<Transaction> NewTransaction() const;
116116

117117
/// \brief Returns a FileIO to read and write table data and metadata files

0 commit comments

Comments
 (0)