dentiny opened a new pull request, #1534: URL: https://github.com/apache/iceberg-rust/pull/1534
## Which issue does this PR close? - Closes https://github.com/apache/iceberg-rust/issues/1533 ## What changes are included in this PR? I have a real-world production requirement: I need the capability to add snapshot properties to a new snapshot, whether or not there's new data files appended at the same time. In this PR, I tried to reuse the `FastAppend` interface, which allows people only added properties but not data files. ## Are these changes tested? Unit tested added. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org