nastra opened a new pull request, #18060: URL: https://github.com/apache/iceberg/pull/18060
This is pulled out of https://github.com/apache/iceberg/pull/17433 and fixes two issues: - `ContentStatsStruct.copy()` threw an NPE when a projected column had no stats - `FieldStatsStruct` copied `StructLike` bounds by reference. Bounds are now deep-copied through `StructLikeUtil.copy`, and `StructCopy` is made `Serializable` so that a copied bound still survives serialization -- 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]
