RussellSpitzer commented on a change in pull request #3973:
URL: https://github.com/apache/iceberg/pull/3973#discussion_r808191404
##########
File path: api/src/main/java/org/apache/iceberg/actions/ActionsProvider.java
##########
@@ -40,6 +40,13 @@ default MigrateTable migrateTable(String tableIdent) {
throw new UnsupportedOperationException(this.getClass().getName() + " does
not implement migrateTable");
}
+ /**
+ * Instantiates an action to migrate an existing table to Iceberg.
+ */
+ default MigrateTable migrateTable(String tableIdent, int parallelism) {
Review comment:
We would also need the same for `SnapshotTable`
--
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]