The Apache Paimon community is pleased to announce the release of
Apache Paimon Mosaic 0.1.0.

Apache Paimon Mosaic is a columnar-bucket hybrid format optimized for
wide tables of Apache Paimon.

Documentation:
https://paimon.apache.org/docs/mosaic/

Source release:
https://downloads.apache.org/paimon/paimon-mosaic-0.1.0/

Rust:
cargo add paimon-mosaic-core
https://crates.io/crates/paimon-mosaic-core

Java:
<dependency>
  <groupId>org.apache.paimon</groupId>
  <artifactId>mosaic</artifactId>
  <version>0.1.0</version>
</dependency>
https://repo.maven.apache.org/maven2/org/apache/paimon/mosaic/0.1.0/

Python:
pip install paimon-mosaic
https://pypi.org/project/paimon-mosaic/0.1.0/

Release notes:
https://github.com/apache/paimon-mosaic/releases/tag/v0.1.0

Thanks to all contributors!

Reply via email to