This is an automated email from the ASF dual-hosted git repository.

ashvin pushed a change to branch 652-generic-internal-file-representation
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


 discard bd3f38ff Address review comments
    omit 19c5cb1b Fix test cases
    omit 67d5566d Replace Internal data files in partition groups
    omit 829ac27e Add base representation of storage files
     add b3e03e55 [40] Add commit-level metadata and source-target id mapping
     add fabd225e Add base representation of storage files
     add b88f625d Replace Internal data files in partition groups
     add b43845ac Fix test cases
     add 05c3b8c3 Address review comments
     add 6a21d143 Refactor rename

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   (bd3f38ff)
            \
             N -- N -- N   refs/heads/652-generic-internal-file-representation 
(6a21d143)

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/model/InternalSnapshot.java  |   3 +
 .../java/org/apache/xtable/model/TableChange.java  |   8 +-
 .../xtable/model/metadata/TableSyncMetadata.java   |  22 ++-
 ...nternalFilesDiff.java => StorageFilesDiff.java} |   8 +-
 .../xtable/spi/extractor/ConversionSource.java     |  14 ++
 .../apache/xtable/spi/sync/ConversionTarget.java   |  16 +-
 .../apache/xtable/spi/sync/TableFormatSync.java    |  23 ++-
 .../model/metadata/TestTableSyncMetadata.java      |  20 ++-
 .../xtable/model/storage/TestDataFilesDiff.java    |   8 +-
 .../spi/extractor/TestExtractFromSource.java       |  20 ++-
 .../xtable/spi/sync/TestTableFormatSync.java       | 170 ++++++++++++++------
 .../apache/xtable/delta/DeltaConversionSource.java |  15 +-
 .../apache/xtable/delta/DeltaConversionTarget.java |  71 ++++++++-
 .../delta/DeltaDataFileUpdatesExtractor.java       |  12 +-
 .../xtable/hudi/BaseFileUpdatesExtractor.java      |  15 +-
 .../apache/xtable/hudi/HudiConversionSource.java   |   7 +
 .../apache/xtable/hudi/HudiConversionTarget.java   |  76 ++++++---
 .../apache/xtable/hudi/HudiDataFileExtractor.java  |   6 +-
 .../xtable/iceberg/IcebergConversionSource.java    |  18 ++-
 .../xtable/iceberg/IcebergConversionTarget.java    |  45 +++++-
 .../xtable/iceberg/IcebergDataFileUpdatesSync.java |  30 ++--
 .../conversion/TestConversionController.java       |  59 ++++---
 .../org/apache/xtable/delta/TestDeltaSync.java     |  78 ++++++++-
 .../apache/xtable/hudi/ITHudiConversionTarget.java | 174 +++++++++++++++++++--
 .../xtable/hudi/TestBaseFileUpdatesExtractor.java  |   6 +-
 .../xtable/hudi/TestHudiConversionTarget.java      |   7 +-
 .../org/apache/xtable/iceberg/TestIcebergSync.java | 123 +++++++++++++--
 27 files changed, 855 insertions(+), 199 deletions(-)
 rename 
xtable-api/src/main/java/org/apache/xtable/model/storage/{InternalFilesDiff.java
 => StorageFilesDiff.java} (91%)

Reply via email to