RussellSpitzer commented on a change in pull request #2608:
URL: https://github.com/apache/iceberg/pull/2608#discussion_r635469963
##########
File path:
spark/src/main/java/org/apache/iceberg/actions/RewriteManifestsAction.java
##########
@@ -78,6 +78,16 @@ public RewriteManifestsAction useCaching(boolean
newUseCaching) {
return this;
}
+ /**
+ * Allows reading of data files to repair them.
+ * @param mode repair mode
+ * @return this for method chaining
+ */
+ public RewriteManifestsAction
repair(org.apache.iceberg.actions.RewriteManifests.RepairMode mode) {
Review comment:
I don't think you need to update this version since it's deprecated
--
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]