RussellSpitzer opened a new pull request #2952: URL: https://github.com/apache/iceberg/pull/2952
Previously we only had TypeUtil.select which would select all nested elements of selected structs. This made it difficult to project empty structs since they would have no selected leaf elements. The new TypeUtil.project instead takes only the elements which are specifically requested with no automatic selection of nested elements. -- 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]
