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 6e09f5d9 Introduce catalogSyncClientImpl and
catalogConversionSourceImpl
omit ced6288c Rebase with latest API branch
omit f000fa16 Address comments
omit 03615a4e [590] Add RunCatalogSync utility for synchronizing tables
across catalogs
add 1d09924c Add conststructor in CatalogTableIdentifier for
hierarchicalTableIdentifier
add 8c3724b6 Add CatalogTableIdentifier interface
add 0917d766 Fix tests
add 097cc467 Modify interfaces to use CatalogTableIdentifier
new 20c1e43d [590] Add RunCatalogSync utility for synchronizing tables
across catalogs
new e2958b40 Address comments
new f0c1469e Rebase with latest API branch
new c2bf7bbc Introduce catalogSyncClientImpl and
catalogConversionSourceImpl
new 893b1a67 Rebase with HierarchicalTableIdentifier changes
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 (6e09f5d9)
\
N -- N -- N refs/heads/590-CatalogSync (893b1a67)
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 5 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 | 42 ++-------------
...ifier.java => HierarchicalTableIdentifier.java} | 60 ++++++++++++++++++++--
.../org/apache/xtable/spi/sync/CatalogSync.java | 4 +-
.../apache/xtable/spi/sync/CatalogSyncClient.java | 8 +--
.../catalog/TestHierarchicalTableIdentifier.java | 27 ++++++----
.../apache/xtable/spi/sync/TestCatalogSync.java | 27 +++++-----
.../catalog/TestCatalogConversionFactory.java | 7 +--
.../conversion/TestConversionController.java | 8 ++-
.../org/apache/xtable/testutil/ITTestUtils.java | 4 +-
.../apache/xtable/utilities/RunCatalogSync.java | 28 ++++++++--
.../src/test/resources/catalogConfig.yaml | 26 ++++------
11 files changed, 136 insertions(+), 105 deletions(-)
copy
xtable-api/src/main/java/org/apache/xtable/model/catalog/{CatalogTableIdentifier.java
=> HierarchicalTableIdentifier.java} (51%)
copy
xtable-utilities/src/test/java/org/apache/xtable/utilities/TestRunCatalogSync.java
=>
xtable-api/src/test/java/org/apache/xtable/model/catalog/TestHierarchicalTableIdentifier.java
(53%)