Skip to content

Commit 0b0239d

Browse files
author
shuxu.li
committed
feat: add table create/replace/update interface to catalog
1 parent 21940c2 commit 0b0239d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iceberg/transaction.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ class ICEBERG_EXPORT Transaction {
3838
/// \return this transaction's table
3939
virtual const std::shared_ptr<Table>& table() const = 0;
4040

41-
/// \brief Create a new append API to add data files to this table
41+
/// \brief Create a new append API to add files to this table
4242
///
43-
/// \return a new AppendFiles instance
43+
/// \return a new AppendFiles
4444
virtual std::shared_ptr<AppendFiles> NewAppend() = 0;
4545

4646
/// \brief Apply multiple metadata updates to this transaction

0 commit comments

Comments
 (0)