-
Notifications
You must be signed in to change notification settings - Fork 150
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
Rust <> Python integration point #538
Comments
I believe this should also be possible. So, the pyiceberg community wants to have an in-memory catalog based on iceberg-rust. Does pyiceberg provide an interface that we can integrate with? The in-memory catalog depends on |
I think it's definitely possible since |
Yes, there is a
I'm bringing up this issue because I want the simplest way to integrate iceberg-python and iceberg-rust. If FileIO integration is a prerequisite, we can start there instead. |
Hi, @kevinjqliu, I'm sorry for blocking your innovation this way. I've been a bit busy recently, but I plan to create something that really works next week. For instance, reading data from PyIceberg using pyiceberg-core. This will enable our community to build more cool things based on that. |
@Xuanwo very cool! looking forward to it. |
Looks like @sungwy already started by exposing Transforms in #556 I'll take a stab at exposing the Catalogs, see #534 (comment) |
After establishing #518, I want to start the conversation to create the first integration between PyIceberg and iceberg-rust.
As discussed in the dev list, we want to create an integration based on pluggable FileIO.
I'm wondering if there's also a way to create an integration for a pluggable catalog, based on the in-memory catalog implementation in #475.
I'm not familiar with the rust ecosystem, so would appreciate any pointers
The text was updated successfully, but these errors were encountered: