[ https://issues.apache.org/jira/browse/GOBBLIN-1720?focusedWorklogId=824105&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-824105 ]
ASF GitHub Bot logged work on GOBBLIN-1720: ------------------------------------------- Author: ASF GitHub Bot Created on: 08/Nov/22 06:23 Start Date: 08/Nov/22 06:23 Worklog Time Spent: 10m Work Description: meethngala commented on code in PR #3577: URL: https://github.com/apache/gobblin/pull/3577#discussion_r1016185729 ########## gobblin-utility/src/main/java/org/apache/gobblin/util/PathUtils.java: ########## @@ -80,6 +80,18 @@ public static Path getRootPath(Path path) { return getRootPath(path.getParent()); } + /** + * Returns the root path child for the specified path. Review Comment: thanks for the suggestion. I have added an example. Issue Time Tracking ------------------- Worklog Id: (was: 824105) Time Spent: 1h 10m (was: 1h) > Preserve Ancestor Owner and Permissions for Fs between Src and Dest for > Iceberg Distcp > -------------------------------------------------------------------------------------- > > Key: GOBBLIN-1720 > URL: https://issues.apache.org/jira/browse/GOBBLIN-1720 > Project: Apache Gobblin > Issue Type: Improvement > Reporter: Meeth Gala > Priority: Major > Time Spent: 1h 10m > Remaining Estimate: 0h > > We want to preserve the Fs ownership and permissions between src and dest > while performing an Iceberg based distcp. Currently, we are preserving all > the permissions up to root dir for Iceberg tables. -- This message was sent by Atlassian Jira (v8.20.10#820010)