fallintoplace opened a new pull request, #844: URL: https://github.com/apache/iceberg-cpp/pull/844
`Snapshot::Equals` compares IDs, sequence metadata, schema, and row-lineage fields, but it currently ignores the manifest list and summary. As a result, snapshots that point to different manifests or describe different operations can compare equal. This also weakens equality-based REST update round-trip checks. Include `manifest_list` and `summary` in snapshot equality and add regression coverage for both fields. Tested with: - `table_test --gtest_filter=SnapshotTest.EqualityComparison` - full CTest suite (17 test binaries) -- 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]
