[
https://issues.apache.org/jira/browse/GOBBLIN-2138?focusedWorklogId=936605&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-936605
]
ASF GitHub Bot logged work on GOBBLIN-2138:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Sep/24 14:21
Start Date: 26/Sep/24 14:21
Worklog Time Spent: 10m
Work Description: 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.
Issue Time Tracking
-------------------
Worklog Id: (was: 936605)
Time Spent: 40m (was: 0.5h)
> Add a loadTable() api in BaseIcebergCatalog
> -------------------------------------------
>
> Key: GOBBLIN-2138
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2138
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Vivek Rai
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)