WZhuo commented on code in PR #416:
URL: https://github.com/apache/iceberg-cpp/pull/416#discussion_r2650148402
##########
src/iceberg/table_metadata.h:
##########
@@ -210,8 +219,13 @@ class ICEBERG_EXPORT TableMetadataBuilder : public
ErrorCollector {
/// \brief Create a builder from existing table metadata
///
/// \param base The base table metadata to build from
- /// \return A new TableMetadataBuilder instance initialized with base
metadata
- static std::unique_ptr<TableMetadataBuilder> BuildFrom(const TableMetadata*
base);
+ /// \param is_create Whether the builder is for creating a new table. It
will call
Review Comment:
It's used in the Transaction constructor.
https://github.com/apache/iceberg-cpp/pull/416/changes#diff-669b44489f32d2b272a6654f1eb484d9626ca9a1884f7829244fb34b8ade96c0L43
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]