stevenzwu opened a new issue, #7507: URL: https://github.com/apache/iceberg/issues/7507
### Apache Iceberg version 1.2.1 (latest release) ### Query engine None ### Please describe the bug 🐞 Today, if the nested struct is null, `StructProjection` returns a nested `StructProjection` object wraps the null struct value. It is probably simpler if a null value is returned instead. Then the projection classes like (`StructProjection` or Flink `RowDataProjection`) don't need to handle null wrapped struct. See more context in https://github.com/apache/iceberg/pull/7493#discussion_r1183232770. @rdblue @aokolnychyi @RussellSpitzer @Reo-LEI -- 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]
