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
from e0e94a66 Address comments Part 2
add ef376c66 Add tests
No new revisions were added by this update.
Summary of changes:
pom.xml | 2 +-
xtable-api/pom.xml | 4 +
.../apache/xtable/conversion/ExternalCatalog.java | 16 +--
.../org/apache/xtable/spi/sync/CatalogSync.java | 2 +-
.../apache/xtable/spi/sync/CatalogSyncClient.java | 33 +++++
.../org/apache/xtable/spi/sync/CatalogUtils.java | 10 ++
.../apache/xtable/spi/sync/TestCatalogSync.java | 133 +++++++++++++++++++++
.../xtable/iceberg/IcebergCatalogConfig.java | 6 +
8 files changed, 193 insertions(+), 13 deletions(-)
create mode 100644
xtable-api/src/test/java/org/apache/xtable/spi/sync/TestCatalogSync.java