wgtmac commented on code in PR #706:
URL: https://github.com/apache/iceberg-cpp/pull/706#discussion_r3419063878


##########
src/iceberg/update/fast_append.h:
##########
@@ -85,7 +86,7 @@ class ICEBERG_EXPORT FastAppend : public SnapshotUpdate {
   ///
   /// \param manifest The manifest to copy
   /// \return The copied manifest file
-  Result<ManifestFile> CopyManifest(const ManifestFile& manifest);
+  Result<ManifestFile> CopyManifest(const ManifestFile& manifest, bool 
update_summary);

Review Comment:
   nit: update comment for the new param



-- 
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]

Reply via email to