nastra commented on code in PR #18060:
URL: https://github.com/apache/iceberg/pull/18060#discussion_r4047683581
##########
core/src/test/java/org/apache/iceberg/TestContentStatsStruct.java:
##########
@@ -184,6 +184,28 @@ public void copy() {
assertThat(copy.statsFor(3)).isNull();
}
+ @Test
+ @SuppressWarnings("unchecked")
+ public void copyWithNullFieldStats() {
Review Comment:
this was a bug that I fixed as part of
https://github.com/apache/iceberg/commit/66fe2a3adaeba563fc9c3aff8121d6cb5ac37a83#diff-be85d3c5a6f3b21d66100be85d87b8aec3bb792aa7608a82f46f307406ffaf69R52-R54
and this part is now adding proper test coverage for that bugfix
--
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]