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 2fe117fc Remove un-needed changes
add ada2e524 Add ITRunCatalogSync
No new revisions were added by this update.
Summary of changes:
.../xtable/conversion/TargetCatalogConfig.java | 5 +-
.../storage/{FileFormat.java => CatalogType.java} | 8 +-
.../apache/xtable/utilities/RunCatalogSync.java | 126 ++++++++++++-------
.../apache/xtable/utilities/ITRunCatalogSync.java | 134 +++++++++++++++++++++
.../xtable/utilities/TestRunCatalogSync.java | 2 +-
5 files changed, 221 insertions(+), 54 deletions(-)
copy xtable-api/src/main/java/org/apache/xtable/model/storage/{FileFormat.java
=> CatalogType.java} (87%)
create mode 100644
xtable-utilities/src/test/java/org/apache/xtable/utilities/ITRunCatalogSync.java