jonathanc-n commented on code in PR #1336:
URL: https://github.com/apache/iceberg-rust/pull/1336#discussion_r2098948747


##########
crates/iceberg/src/transaction/mod.rs:
##########
@@ -128,6 +128,18 @@ impl<'a> Transaction<'a> {
         Ok(self)
     }
 
+    /// Add snapshot summary properties.
+    pub fn add_snapshot_summary_properties(

Review Comment:
   Sorry about that, looking at the code it seems that this logically would be 
the best place for snapshot specific properties. I'm just a bit confused for 
why there is a lack of documentation on it.



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