zhjwpku opened a new pull request, #932: URL: https://github.com/apache/iceberg-cpp/pull/932
Making SnapshotUtil public lets downstream integrations reuse snapshot traversal, time lookup, and schema resolution logic. Java impl already uses it outside the core library: Spark uses `schemaFor`, and Flink uses `ancestorsBetween`. Exposing the C++ equivalent would support similar use cases without duplicating that logic. -- 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]
