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 d4e1c38e Remove ExternalCatalogConfigFactory and move logic to 
CatalogConversionFactory
    omit a691f021 Refactor to findInstance
    omit d60625cd Address comments
    omit a89991be Fix spotless errors
    omit 0d5b7638 Address comments except SourceProvider
    omit 89cf2274 Fix test deps and Add assertions
    omit 75f8a4f9 Fix spotless errors
    omit ada2e524 Add ITRunCatalogSync
    omit 2fe117fc Remove un-needed changes
    omit d009bac9 Address comments
    omit eefbdd2b [590] Add RunCatalogSync utility for synchronizing tables 
across catalogs
     add d80c957e [590] Add RFC template for XTable
     add 7563aaaa Hadoop and AWS sdk version upgrade
     add 2b01cc0c update dependencies, fix test class names
     add 8c143a7e scale BigDecimal col stats correctly
     add 4db9bb86 add iceberg stats when reading snapshot
     add 14967dd6 Add community sync page for XTable
     add b463ae6e Update GMeet link and add today's recording
     add c9deec1a [590] Add RFC for XCatalogSync - Synchronize tables across 
catalogs
     new 6c269e48 [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   (d4e1c38e)
            \
             N -- N -- N   refs/heads/590-CatalogSync (6c269e48)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 assets/images/catalog_sync_flow.jpg                | Bin 0 -> 133357 bytes
 pom.xml                                            |  40 +++---
 rfc/rfc-1/rfc-1.md                                 | 139 +++++++++++++++++++++
 rfc/template.md                                    |  55 ++++++++
 website/README.md                                  |   4 +
 website/community/sync.md                          |  34 +++++
 website/docusaurus.config.js                       |   9 ++
 website/static/index.html                          |   2 +
 .../apache/xtable/delta/DeltaValueConverter.java   |  30 ++---
 .../apache/xtable/hudi/HudiFileStatsExtractor.java |  15 ++-
 .../xtable/iceberg/IcebergConversionSource.java    |   3 +-
 ...getSource.java => ITDeltaConversionSource.java} |   2 +-
 .../xtable/delta/TestDeltaValueConverter.java      | 110 ++++++++++++++++
 ...urceSource.java => ITHudiConversionSource.java} |   2 +-
 ...urceTarget.java => ITHudiConversionTarget.java} |   2 +-
 ...ceTarget.java => TestHudiConversionTarget.java} |   4 +-
 .../xtable/hudi/TestHudiFileStatsExtractor.java    |   8 +-
 ...tSource.java => ITIcebergConversionSource.java} |   2 +-
 ...ource.java => TestIcebergConversionSource.java} |  22 ++--
 .../apache/xtable/testutil/ColumnStatMapUtil.java  |  15 ++-
 xtable-utilities/pom.xml                           |   4 +-
 .../src/main/resources/xtable-hadoop-defaults.xml  |   4 +-
 22 files changed, 440 insertions(+), 66 deletions(-)
 create mode 100644 assets/images/catalog_sync_flow.jpg
 create mode 100644 rfc/rfc-1/rfc-1.md
 create mode 100644 rfc/template.md
 create mode 100644 website/community/sync.md
 rename 
xtable-core/src/test/java/org/apache/xtable/delta/{ITDeltaConversionTargetSource.java
 => ITDeltaConversionSource.java} (99%)
 rename 
xtable-core/src/test/java/org/apache/xtable/hudi/{ITHudiConversionSourceSource.java
 => ITHudiConversionSource.java} (99%)
 rename 
xtable-core/src/test/java/org/apache/xtable/hudi/{ITHudiConversionSourceTarget.java
 => ITHudiConversionTarget.java} (99%)
 rename 
xtable-core/src/test/java/org/apache/xtable/hudi/{TestHudiConversionSourceTarget.java
 => TestHudiConversionTarget.java} (99%)
 rename 
xtable-core/src/test/java/org/apache/xtable/iceberg/{ITIcebergConversionTargetSource.java
 => ITIcebergConversionSource.java} (99%)
 rename 
xtable-core/src/test/java/org/apache/xtable/iceberg/{TestIcebergConversionTargetSource.java
 => TestIcebergConversionSource.java} (96%)

Reply via email to