Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Paimon Rust #3674

Open
2 tasks done
Xuanwo opened this issue Jul 4, 2024 · 2 comments
Open
2 tasks done

[Feature] Paimon Rust #3674

Xuanwo opened this issue Jul 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Jul 4, 2024

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

It's extremely difficult for non-JVM languages like Rust and Python to interact with Paimon tables.

If we implement Paimon in Rust, it will enable a lot of use cases.

For instance, we could facilitate reading and writing Paimon data within Databend (in Rust) and DuckDB (in C++). Additionally, by creating paimon-py based on paimon-rust, we can make Paimon accessible in Python environments.

Solution

Create a pure rust implementation of the paimon spec similar to Iceberg project: iceberg-rust.

Anything else?

I'm willing to help make it happen. We can start by creating a paimon-rust repo.

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@Xuanwo Xuanwo added the enhancement New feature or request label Jul 4, 2024
@Xuanwo
Copy link
Member Author

Xuanwo commented Jul 5, 2024

The work has been started at https://github.com/apache/paimon-rust, welcome to join in!

@Xuanwo
Copy link
Member Author

Xuanwo commented Jul 5, 2024

The tracking issues of paimon-rust 0.1 release, welcome to check out: apache/paimon-rust#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant