Blazer-007 commented on code in PR #4033: URL: https://github.com/apache/gobblin/pull/4033#discussion_r1777175669
########## gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/iceberg/BaseIcebergCatalog.java: ########## @@ -67,4 +68,6 @@ protected String getDatasetDescriptorPlatform() { } protected abstract TableOperations createTableOperations(TableIdentifier tableId); + + protected abstract Table loadTableInstance(TableIdentifier tableId); Review Comment: I am gonna close this PR soon as initially wanted different PRs for each code changes required for Partition Copy but that wasn't feasible so this change we will merge along with https://github.com/apache/gobblin/pull/4058 this only which has usecases of table & code calling it. -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org