rdblue opened a new pull request, #5691: URL: https://github.com/apache/iceberg/pull/5691
This is an update to #5665. There was discussion on that PR about how to project the partition tuple to the correct final type, and this PR implements the update by passing the desired data file type into `StructDataFile`. I think this is the cleanest way to fix the problem. Because `StructDataFile` does not implement `StructLike` and is instead passed into a `ManifestWriter` that uses the `DataFile` API, the projection can't happen in `writeManifest`. Inside `StructDataFile`, only the partition tuple's type can differ, so only that field needs to be projected. -- 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]
