CTTY commented on code in PR #1353:
URL: https://github.com/apache/iceberg-rust/pull/1353#discussion_r2101265320
##########
crates/iceberg/src/transaction/snapshot.rs:
##########
@@ -307,6 +308,11 @@ impl<'a> SnapshotProduceAction<'a> {
.await?;
let next_seq_num =
self.tx.current_table.metadata().next_sequence_number();
+ snapshot_produce_operation.validate(
Review Comment:
This is not implemented nor needed as of now, because iceberg-rs only
supports `append`, which does not require validation.
I'm ok with keeping the scope small and will remove this in the next revision
--
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]