aarushigupta132 commented on code in PR #2677:
URL: https://github.com/apache/iceberg-rust/pull/2677#discussion_r3603727410
##########
crates/iceberg/src/transaction/append.rs:
##########
@@ -402,6 +403,91 @@ mod tests {
);
}
+ fn make_v3_encrypted_table() -> Table {
+ let json = fs::read_to_string(format!(
+ "{}/testdata/table_metadata/TableMetadataV3ValidMinimal.json",
Review Comment:
Thanks for the direction. I looked at the fixture, but given it is meant for
the read path, I felt that it is more work to make the test work with it. I
have to add a separate append to use it, meaning figure out a way to read the
parent as `current-snapshot-id` already points at a encrytped snapshot?
--
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]