You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by zi...@apache.org on 2023/01/23 20:56:33 UTC

[gobblin] branch master updated (3dd0657e9 -> efee9f0ae)

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

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


    from 3dd0657e9 [GOBBLIN-1768] Fix constructor in KafkaJobStatusMonitorFactory so that it can be injected (#3628)
     add efee9f0ae [GOBBLIN-1765] Add support to sync metadata for dir in manifest based copy (#3624)

No new revisions were added by this update.

Summary of changes:
 .../data/management/copy/CopyConfiguration.java    |  4 ++
 .../gobblin/data/management/copy/CopyableFile.java | 20 ++++++---
 .../data/management/copy/ManifestBasedDataset.java | 26 +++++++-----
 .../data/management/copy/OwnerAndPermission.java   | 23 +++++++++++
 .../copy/publisher/CopyDataPublisher.java          | 47 ++++++++++++++--------
 .../writer/FileAwareInputStreamDataWriter.java     | 30 ++++++++------
 6 files changed, 107 insertions(+), 43 deletions(-)