hemanthboyina commented on code in PR #16125:
URL: https://github.com/apache/iceberg/pull/16125#discussion_r3239818279
##########
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:
Changed to Integer as suggested. Kept initialization to 0 because without
it, dvCount += 1 would NPE on first DV encounter.
--
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]