meethngala commented on code in PR #3616:
URL: https://github.com/apache/gobblin/pull/3616#discussion_r1095290139
##########
gobblin-data-management/src/test/java/org/apache/gobblin/data/management/copy/TestCopyableDataset.java:
##########
@@ -43,7 +43,7 @@ public class TestCopyableDataset implements CopyableDataset,
FileSystemDataset {
public static final String DESTINATION_PREFIX = "/destination";
public static final String RELATIVE_PREFIX = "/relative";
public static final OwnerAndPermission OWNER_AND_PERMISSION = new
OwnerAndPermission("owner", "group",
- FsPermission.getDefault());
+ FsPermission.getDefault(), null, Lists.newArrayList());
Review Comment:
latest commit takes care of this
--
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]