Tracking issues of 0.1.0 version for Apache Paimon Rust

Hello everyone, this is the tracking update for the paimon rust 0.1.0 release.

Goal

Before we outline the tasks for the 0.1.0 release, let me clarify the project's goal:

Developing a complete implementation of Paimon in pure Rust.

  • Users can read/write paimon table like they do in java API.
  • Users can read/write paimon table in arrow format.
  • Native support for DataFusion
    • But also enable users to implement their own query engines based on this project.
  • Native WASM support (a.k.a paimon-wasm)
  • Native Python binding based on rust core (a.k.a paimon-py)
  • Hive catalog support

Tasks

This will be our initial release, and I aim to include basic read support in it.

After all those tasks, I expect users can read an existing paimon table from storage services.