anoopj opened a new pull request, #18108: URL: https://github.com/apache/iceberg/pull/18108
TrackedFileAdapters exposed the manifest's union-type partition tuple unchanged while reporting the file's own spec ID. Residual evaluation and partition-constant injection read the tuple by the spec's field ordinals, so on partition-evolved tables a later spec's field (at a different position in the union than in its own spec) was read from the wrong slot, silently dropping rows or injecting null partition constants. Project each file's partition onto its resolved spec's partition type before exposing it, so partition() is always in the file's own spec order. -- 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]
