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 21940c2 commit 0b0239dCopy full SHA for 0b0239d
src/iceberg/transaction.h
@@ -38,9 +38,9 @@ class ICEBERG_EXPORT Transaction {
38
/// \return this transaction's table
39
virtual const std::shared_ptr<Table>& table() const = 0;
40
41
- /// \brief Create a new append API to add data files to this table
+ /// \brief Create a new append API to add files to this table
42
///
43
- /// \return a new AppendFiles instance
+ /// \return a new AppendFiles
44
virtual std::shared_ptr<AppendFiles> NewAppend() = 0;
45
46
/// \brief Apply multiple metadata updates to this transaction
0 commit comments