RussellSpitzer commented on a change in pull request #1906:
URL: https://github.com/apache/iceberg/pull/1906#discussion_r540657199
##########
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:
I think we should really have all of these spark implementations of
actions in a "spark" package so we don't have to public everything.
----------------------------------------------------------------
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]