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

vinish pushed a change to branch 590-CatalogSync
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


    omit 7ab56594 Refactor method names and improve java docs
    omit 4e339992 Refactor catalogId to existing catalogName
    omit a58dbf71 Fix tests
    omit 3e63e2a9 Address comments by ashvina - Remove coupling between catalog 
and table
    omit fce3524d Add tests - Part2
    omit 95a99b9a Add tests - Part1
    omit 49f79875 Fix spotless errors
    omit cd24bc43 refactor and add java-docs
    omit caaedc40 [590] Add syncCatalogs in ConversionController
    omit 5df3daad Use SourceCatalog and TargetCatalog
    omit 1f0227b7 Tidying up
    omit da0b254a Fix pom
    omit ef376c66 Add tests
    omit e0e94a66 Address comments Part 2
    omit 06501c13 Address comments Part 1
    omit d5e61a74 Refactor some methods
    omit af817aab [590] Add interface for CatalogSyncClient and 
CatalogSyncOperations
     add a360affc Execute correct delete operation in delta tests
     add 115abc5a [590] Add interface for CatalogSyncClient and CatalogSync
     new 1c07c07b [590] Add RunCatalogSync utility for synchronizing tables 
across catalogs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7ab56594)
            \
             N -- N -- N   refs/heads/590-CatalogSync (1c07c07b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../model/catalog/CatalogTableIdentifier.java      |   4 -
 .../delta/ITDeltaConversionTargetSource.java       |  55 ++++++---
 .../xtable/hudi/ITHudiConversionSourceSource.java  | 125 +++++++++++++++++++++
 .../iceberg/ITIcebergConversionTargetSource.java   |  69 ++++++++++++
 .../xtable/iceberg/TestIcebergDataHelper.java      |   8 ++
 .../org/apache/xtable/testutil/ITTestUtils.java    |  46 ++++----
 6 files changed, 261 insertions(+), 46 deletions(-)
 copy xtable-api/src/main/java/org/apache/xtable/model/InternalTable.java => 
xtable-core/src/test/java/org/apache/xtable/testutil/ITTestUtils.java (53%)

Reply via email to