You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by wl...@apache.org on 2023/02/08 21:18:10 UTC

[gobblin] branch master updated (69f3f9c33 -> fd8f6e332)

This is an automated email from the ASF dual-hosted git repository.

wlo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/gobblin.git


    from 69f3f9c33 [GOBBLIN-1780] Refactor/rename YarnServiceIT to YarnServiceTest (#3637)
     add fd8f6e332 [GOBBLIN-1755] Support extended ACLs and sticky bit for file based distcp (#3616)

No new revisions were added by this update.

Summary of changes:
 .../gobblin/data/management/copy/CopyableFile.java |  20 +-
 .../data/management/copy/ManifestBasedDataset.java |   7 +-
 .../data/management/copy/OwnerAndPermission.java   |  12 +-
 .../data/management/copy/PreserveAttributes.java   |   1 +
 .../writer/FileAwareInputStreamDataWriter.java     |  10 +-
 .../writer/FileAwareInputStreamDataWriterTest.java | 206 +++++++++++++++++++--
 6 files changed, 232 insertions(+), 24 deletions(-)