Kurtiscwright commented on code in PR #2367:
URL: https://github.com/apache/iceberg-rust/pull/2367#discussion_r3313546763


##########
crates/iceberg/src/transaction/snapshot.rs:
##########
@@ -511,3 +593,182 @@ impl<'a> SnapshotProducer<'a> {
         Ok(ActionCommit::new(updates, requirements))
     }
 }
+
+#[cfg(test)]
+mod tests {

Review Comment:
   +1 some additional coverage would be nice especially because we will need to 
refactor this slightly when File Format API lands.



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