thisisArjit commented on code in PR #4142:
URL: https://github.com/apache/gobblin/pull/4142#discussion_r2459919807
##########
gobblin-data-management/src/test/java/org/apache/gobblin/data/management/copy/iceberg/IcebergTableTest.java:
##########
@@ -333,8 +498,9 @@ public void testOverwritePartition() throws IOException {
addPartitionDataFiles(table,
createDataFiles(paths.stream().collect(Collectors.toMap(Function.identity(), v
-> partition1Data))));
+ TableOperations tableOps = catalog.newTableOps(tableId);
IcebergTable icebergTable = new IcebergTable(tableId,
- catalog.newTableOps(tableId),
+ tableOps,
Review Comment:
no, not required.. it was required for previous version but didn't revert
the change completely
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]