singhpk234 opened a new pull request, #15609: URL: https://github.com/apache/iceberg/pull/15609
The useSnapshotSchema determination previously compared snapshot IDs, which was incorrect. The real distinction is branch (false) vs tag/direct snapshot ID (true). This is now tracked via a field that is set in overridden useRef() and useSnapshot() methods. The projection code previously only selected top-level field names, missing nested fields. Now uses TypeUtil.getProjectedIds() matching the pattern in SnapshotScan. -- 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]
