[
https://issues.apache.org/jira/browse/GOBBLIN-2159?focusedWorklogId=939772&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-939772
]
ASF GitHub Bot logged work on GOBBLIN-2159:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Oct/24 17:39
Start Date: 23/Oct/24 17:39
Worklog Time Spent: 10m
Work Description: Blazer-007 commented on code in PR #4058:
URL: https://github.com/apache/gobblin/pull/4058#discussion_r1813253936
##########
gobblin-data-management/src/test/java/org/apache/gobblin/data/management/copy/iceberg/IcebergTableTest.java:
##########
@@ -120,8 +121,9 @@ public void testGetCurrentSnapshotInfo() throws IOException
{
@Test(expectedExceptions = {IcebergTable.TableNotFoundException.class})
public void testGetCurrentSnapshotInfoOnBogusTable() throws IOException {
TableIdentifier bogusTableId = TableIdentifier.of(dbName, tableName +
"_BOGUS");
- // Passing null for Table as catalog.loadTable(bogusTableId) will throw
NoSuchTableException so
- // IcebergTable instance couldn't be created and the goal of this test
will not be achieved
+ // Passing null for Table as catalog.loadTable(bogusTableId) will throw
+ // org.apache.iceberg.exceptions.NoSuchTableException,
Review Comment:
removed the comment as it was confusing
Issue Time Tracking
-------------------
Worklog Id: (was: 939772)
Time Spent: 12h 10m (was: 12h)
> Support Partition Based Copy in Iceberg Distcp
> ----------------------------------------------
>
> Key: GOBBLIN-2159
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2159
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Vivek Rai
> Priority: Major
> Time Spent: 12h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)