[
https://issues.apache.org/jira/browse/GOBBLIN-1786?focusedWorklogId=848513&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-848513
]
ASF GitHub Bot logged work on GOBBLIN-1786:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Mar/23 04:50
Start Date: 02/Mar/23 04:50
Worklog Time Spent: 10m
Work Description: meethngala commented on code in PR #3643:
URL: https://github.com/apache/gobblin/pull/3643#discussion_r1122594677
##########
gobblin-data-management/src/test/java/org/apache/gobblin/data/management/copy/iceberg/IcebergDatasetTest.java:
##########
@@ -187,7 +188,7 @@ public void
testGetFilePathsDoesNotSwallowDestFileSystemException() throws IOExc
MockFileSystemBuilder sourceFsBuilder = new
MockFileSystemBuilder(SRC_FS_URI);
FileSystem sourceFs = sourceFsBuilder.build();
- IcebergDataset icebergDataset = new IcebergDataset(testDbName,
testTblName, icebergTable, new Properties(), sourceFs);
+ IcebergDataset icebergDataset = new IcebergDataset(testDbName,
testTblName, icebergTable, SRC_CATALOG_URI, new Properties(), sourceFs);
Review Comment:
true... made the changes accordingly
Issue Time Tracking
-------------------
Worklog Id: (was: 848513)
Time Spent: 6h 20m (was: 6h 10m)
> Support Other Catalog Types for Iceberg Distcp
> ----------------------------------------------
>
> Key: GOBBLIN-1786
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1786
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Meeth Gala
> Priority: Major
> Time Spent: 6h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)