anoopj commented on code in PR #16688:
URL: https://github.com/apache/iceberg/pull/16688#discussion_r3369364690
##########
core/src/main/java/org/apache/iceberg/TrackedFileStruct.java:
##########
@@ -301,10 +313,10 @@ protected <T> void internalSet(int pos, T value) {
this.fileFormat = FileFormat.fromString(value.toString());
break;
case 4:
- this.recordCount = (Long) value;
+ this.recordCount = (long) value;
Review Comment:
No need to split it. Probably just add a 1-liner to the PR description.
--
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]