aokolnychyi commented on a change in pull request #2437:
URL: https://github.com/apache/iceberg/pull/2437#discussion_r609113436
##########
File path:
spark3/src/main/java/org/apache/iceberg/spark/actions/BaseTableMigrationSparkAction.java
##########
@@ -70,19 +64,19 @@
private final Identifier sourceTableIdent;
// Destination Fields
- private final StagingTableCatalog destCatalog;
- private final Identifier destTableIdent;
+ private StagingTableCatalog destCatalog;
Review comment:
We initialize the dest table later via `as` method.
--
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]