Skip to content

Releases: apache/incubator-xtable

0.1.0-incubating

22 Aug 12:16
0.1.0-incubating
Compare
Choose a tag to compare

This is the first official apache release for Apache XTable, an incubating project under the Apache Software Foundation.Apache XTable™ (Incubating) is a cross-table converter for table formats that facilitates omni-directional interoperability across data processing systems and query engines. Currently, Apache XTable™ supports widely adopted open-source table formats such as Apache Hudi, Apache Iceberg, and Delta Lake.

Quick Start Guide

https://xtable.apache.org/docs/how-to

Features

Apache XTable™ (Incubating) provides users with the ability to translate metadata from one table format to another.

Apache XTable™ (Incubating) provides two sync modes, "incremental" and "full." The incremental mode is more lightweight and has better performance, especially on large tables. If there is anything that prevents the incremental mode from working properly, the tool will fall back to the full sync mode.

This sync provides users with the following:

  1. Syncing of data files along with their column level statistics and partition metadata
  2. Schema updates in the source are reflected in the target table metadata
  3. Metadata maintenance for the target table formats.
    • For Hudi, unreferenced files will be marked as cleaned to control the size of the metadata table.
    • For Iceberg, snapshots will be expired after a configured amount of time.
    • For Delta, the transaction log will be retained for a configured amount of time.

Improvements

  1. Added apache release guide and infra components to be compliant with ASF release process.
  2. Fix bugs related to dependency conflicts, few edge cases related to parsing column stats etc.
  3. Improved README, docker demo and website docs based on feedback provided by users.
  4. Refactored the codebase to follow apache naming practices.

Source Distributions

Maven Artifacts

Raw Release Notes

v0.1.0-beta1...0.1.0-incubating

v0.1.0-beta1

14 Nov 04:43
252b4f4
Compare
Choose a tag to compare
v0.1.0-beta1 Pre-release
Pre-release

First beta release for the OneTable repo. All APIs should be treated as experimental and evolving at this stage. Artifacts are meant for testing and early feedback.