[
https://issues.apache.org/jira/browse/GOBBLIN-1802?focusedWorklogId=853764&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-853764
]
ASF GitHub Bot logged work on GOBBLIN-1802:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 29/Mar/23 18:26
Start Date: 29/Mar/23 18:26
Worklog Time Spent: 10m
Work Description: meethngala commented on code in PR #3663:
URL: https://github.com/apache/gobblin/pull/3663#discussion_r1152333976
##########
gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/iceberg/IcebergHiveCatalog.java:
##########
@@ -54,4 +56,9 @@ public String getCatalogUri() {
protected TableOperations createTableOperations(TableIdentifier tableId) {
return hc.newTableOps(tableId);
}
+
+ @Override
+ public boolean tableAlreadyExists(TableIdentifier tableId) {
Review Comment:
yes that true. I liked the second approach and have implemented it in my
latest commit!
Issue Time Tracking
-------------------
Worklog Id: (was: 853764)
Time Spent: 2h 50m (was: 2h 40m)
> Register iceberg table metadata update with destination side catalog
> --------------------------------------------------------------------
>
> Key: GOBBLIN-1802
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1802
> Project: Apache Gobblin
> Issue Type: New Feature
> Reporter: Meeth Gala
> Priority: Major
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)