Ruby Library #3018
ankane
started this conversation in
Show and tell
Ruby Library
#3018
Replies: 1 comment 1 reply
-
Very cool! I'll take a deeper look over the weekend. Are you at all interested in pulling this into the delta-incubator for more collaboration with other folks in the delta-rs ecosystem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, just wanted to share a new set of Ruby bindings for Delta Lake 🎉
The code for the Python bindings was really easy to follow.
If you have any feedback, let me know or feel free to create an issue in the project. I'm planning to publish precompiled gems in the near future to speed up installation (like with Ruby Polars).
One thing I think would be nice for the Rust library would be to either:
(maybe there could be an option for which one)
Currently, the Rust library allows you to write some unsupported types, which can cause errors with future operations (like deletes).
Beta Was this translation helpful? Give feedback.
All reactions