liurenjie1024 commented on PR #1336: URL: https://github.com/apache/iceberg-rust/pull/1336#issuecomment-2915765649
> > Also I don't think we should allow user to udpate snapshot summaries alone, it's dangerous. > > HI @liurenjie1024, curious if you have other suggestions to update snapshot summary? My feature request is to write customized metadata for snapshot. > > The Java impl I linked above seems to fulfill the requirement, and is exposed as public? Would like to know your thoughts :) The `SnapshotUpdate` is a super interface of tx actions that could produce a new snapshot, so in theory you could use any tx action that produces a new snapshot to do that. Currently, you could you `FastAppend`. -- 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