rdblue commented on code in PR #17322:
URL: https://github.com/apache/iceberg/pull/17322#discussion_r3647590786


##########
core/src/test/java/org/apache/iceberg/TestContentStatsStruct.java:
##########
@@ -64,7 +71,7 @@ public class TestContentStatsStruct {
           true,
           26L,
           0L,
-          0L,
+          null,

Review Comment:
   -1 for changing the tests in this file.
   
   These fields are set correctly for the types so these are all non-functional 
changes that are not needed. If the type is a string, then a 0 NaN count is 
valid.



-- 
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]

Reply via email to