stevenzwu commented on code in PR #18212:
URL: https://github.com/apache/iceberg/pull/18212#discussion_r4086849637
##########
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:
thanks for catching this. I pushed a new commit with updated field ids
--
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]