szehon-ho opened a new pull request #2608: URL: https://github.com/apache/iceberg/pull/2608
Fixes: https://github.com/apache/iceberg/issues/2435 Took Russell's suggestion, actually its a lot easier to add an option to RewriteManifestsAction (which already is well-distributed). Propose: RepairMode, if == REPAIR_ENTRIES, then goes to FileSystem to read metadata about the file to update the manifest entry before rewrite. Next steps: -repair split offsets (did not implement , as just wanted to get a first version) -Mode: RepairMode.REMOVE_DELETED_FILES, RepairMode.ADD_NEW_DATA_FILES -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
