gaborkaszab commented on code in PR #16125:
URL: https://github.com/apache/iceberg/pull/16125#discussion_r3258439370
##########
core/src/main/java/org/apache/iceberg/PartitionsTable.java:
##########
@@ -292,6 +299,7 @@ static class Partition {
this.posDeleteFileCount = 0;
this.eqDeleteRecordCount = 0L;
this.eqDeleteFileCount = 0;
+ this.dvCount = 0;
Review Comment:
Well, the point of changing it to Integer was to have null as default value.
But this might be obsolete now, see my general comment on the PR
--
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]