This is an automated email from the ASF dual-hosted git repository.
vinish pushed a change to branch 590-CatalogSync-API
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
discard 115abc5a [590] Add interface for CatalogSyncClient and CatalogSync
add f6767883 Fix commit log parsing of Delta tables with delete vector
add f76e3112 [590] Add interface for CatalogSyncClient and CatalogSync
add f9327f26 Fix compilation errors
add 15a54e6e Use getStorageLocation in interface
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 (115abc5a)
\
N -- N -- N refs/heads/590-CatalogSync-API (15a54e6e)
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:
.../org/apache/xtable/spi/sync/CatalogSync.java | 2 +-
.../apache/xtable/spi/sync/CatalogSyncClient.java | 2 +-
.../apache/xtable/spi/sync/TestCatalogSync.java | 6 +-
.../apache/xtable/delta/DeltaActionsConverter.java | 21 +++++++
.../apache/xtable/delta/DeltaConversionSource.java | 49 +++++++++++++---
.../apache/xtable/delta/DeltaStatsExtractor.java | 49 +++++++++++++++-
.../xtable/delta/ITDeltaDeleteVectorConvert.java | 45 +++++++++++----
.../xtable/delta/TestDeltaActionsConverter.java | 67 ++++++++++++++++++++++
.../xtable/delta/TestDeltaStatsExtractor.java | 7 +++
.../apache/xtable/hudi/sync/XTableSyncTool.java | 2 +-
10 files changed, 224 insertions(+), 26 deletions(-)
create mode 100644
xtable-core/src/test/java/org/apache/xtable/delta/TestDeltaActionsConverter.java