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 893b1a67 Rebase with HierarchicalTableIdentifier changes
omit c2bf7bbc Introduce catalogSyncClientImpl and
catalogConversionSourceImpl
omit f0c1469e Rebase with latest API branch
omit e2958b40 Address comments
omit 20c1e43d [590] Add RunCatalogSync utility for synchronizing tables
across catalogs
omit 097cc467 Modify interfaces to use CatalogTableIdentifier
omit 0917d766 Fix tests
omit 8c3724b6 Add CatalogTableIdentifier interface
omit 1d09924c Add conststructor in CatalogTableIdentifier for
hierarchicalTableIdentifier
omit f638333d Use catalogId for the user-defined yaml to avoid confusion
omit c227b76d Follow 3 level naming convention in CatalogTableIdentifier
omit 15a54e6e Use getStorageLocation in interface
omit f9327f26 Fix compilation errors
omit f76e3112 [590] Add interface for CatalogSyncClient and CatalogSync
add 6a5f2b4e Normalize basePath in targetTables in ConversionController
add a08ca242 [590] Add RFC template for XTable
add fb724f0c [590] Add interfaces for CatalogSyncClient and CatalogSync
add eefbdd2b [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 (893b1a67)
\
N -- N -- N refs/heads/590-CatalogSync (eefbdd2b)
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.
No new revisions were added by this update.
Summary of changes:
.../model/catalog/HierarchicalTableIdentifier.java | 93 +++-------------------
...a => ThreePartHierarchicalTableIdentifier.java} | 24 +++---
... TestThreePartHierarchicalTableIdentifier.java} | 21 +++--
.../apache/xtable/spi/sync/TestCatalogSync.java | 18 ++---
.../catalog/TestCatalogConversionFactory.java | 4 +-
.../conversion/TestConversionController.java | 4 +-
.../apache/xtable/utilities/RunCatalogSync.java | 4 +-
7 files changed, 49 insertions(+), 119 deletions(-)
copy
xtable-api/src/main/java/org/apache/xtable/model/catalog/{HierarchicalTableIdentifier.java
=> ThreePartHierarchicalTableIdentifier.java} (84%)
rename
xtable-api/src/test/java/org/apache/xtable/model/catalog/{TestHierarchicalTableIdentifier.java
=> TestThreePartHierarchicalTableIdentifier.java} (63%)