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 2022/09/22 17:57:00 UTC

[gobblin] branch master updated (18ec55bcd -> 80b9866b0)

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 18ec55bcd [GOBBLIN-1709] Create Iceberg Datasets Finder, Iceberg Dataset and FileSet to generate Copy Entities to support Distcp for Iceberg (#3560)
     add 80b9866b0 [GOBBLIN-1707] Add `IcebergTableTest` unit test (#3564)

No new revisions were added by this update.

Summary of changes:
 gobblin-data-management/build.gradle               |   4 +
 .../management/copy/iceberg/IcebergTableTest.java  | 217 +++++++++++++++++++++
 2 files changed, 221 insertions(+)
 create mode 100644 gobblin-data-management/src/test/java/org/apache/gobblin/data/management/copy/iceberg/IcebergTableTest.java