RussellSpitzer opened a new pull request #2953: URL: https://github.com/apache/iceberg/pull/2953
Previously getProjectedIds would only return leaf nodes and primitives that were selected. This made it impossible to return empty structs. To fix this we change the behavior to return all id's of required fields including structs. This in turn requires fixing the alternate PruneColumn methods for Avro and Parquet to respect that they will now have selected field ID's for non primitive nodes. Previous use cases of TypeUtil.select are converted to TypeUtil.project, which inverses this new getProjecetedIds code. -- 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]
