CTTY commented on issue #1957: URL: https://github.com/apache/iceberg-rust/issues/1957#issuecomment-3688305091
Hi @yshcz thanks for raising this issue! I took a quick look at the code: https://github.com/apache/iceberg-rust/blob/main/crates/iceberg/src/spec/snapshot.rs#L411, and it seems like the problem is that we don't propagate the error correctly when parsing serialized snapshots. I think we will need to return `Error` rather than putting the error message in the snapshot object -- 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]
