amogh-jahagirdar commented on code in PR #18212:
URL: https://github.com/apache/iceberg/pull/18212#discussion_r4085231119
##########
core/src/main/java/org/apache/iceberg/ManifestInfo.java:
##########
@@ -34,6 +34,9 @@ interface ManifestInfo {
Types.NestedField REPLACED_FILES_COUNT =
Types.NestedField.required(
520, "replaced_files_count", Types.IntegerType.get(), "Number of
replaced files");
+ Types.NestedField MODIFIED_FILES_COUNT =
Review Comment:
BTW after the reassignment of `replaced_files_count` on the latest v4 spec
change (because 520 conflicted with v3 manifest spec ID), to keep things
contiguous this field changed to 525. `replaced_files_count` is 523 and
`replaced_rows_count` is 524 (though we can change those in separate PRs).
--
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]