meethngala commented on code in PR #3799: URL: https://github.com/apache/gobblin/pull/3799#discussion_r1358986886
########## gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/iceberg/IcebergTable.java: ########## @@ -19,6 +19,8 @@ import java.io.IOException; import java.net.URI; +import java.nio.file.Path; Review Comment: nope... I wanted to resolve `Path` to the absolute path which is impl. in `java.nio.file.Path`. If we want to use `org.apache.hadoop.fs.Path` I will have to use `makeQualified(URI defaultUri, Path workingDir )`. Let me know the concern behind not using the current java lib and I can change it -- 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]
