rdblue commented on a change in pull request #1906:
URL: https://github.com/apache/iceberg/pull/1906#discussion_r540578545
##########
File path:
spark3/src/main/java/org/apache/iceberg/actions/Spark3MigrateAction.java
##########
@@ -46,11 +46,11 @@
* previously referred to a non-iceberg table will refer to the newly migrated
iceberg
* table.
*/
-class Spark3MigrateAction extends Spark3CreateAction {
+public class Spark3MigrateAction extends Spark3CreateAction {
Review comment:
Hm. I would prefer not to make these public, but I see that this needs
the identifier that has already been parsed to do the custom catalog
validation. Should be fine for now, but we should keep this in mind for when we
fix the `Actions` API.
----------------------------------------------------------------
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]