apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
13.91k stars 3.38k forks source link

[Ruby] Arrow Flight Client do_put? #41056

Open datbth opened 3 months ago

datbth commented 3 months ago

Describe the enhancement requested

Hi, may I ask if there is a plan to implement the do_put method (and other missing Flight RPC methods) for Ruby Arrow Flight Client yet?

I checked GLib https://github.com/apache/arrow/blob/apache-arrow-16.0.0.dev/c_glib/arrow-flight-glib/client.h and saw that there is no binding yet.

Component(s)

GLib, Ruby

kou commented 3 months ago

Let's implement it!

datbth commented 2 months ago

Would you need an extra hand on this?

kou commented 2 months ago

If you're interesting in this, you can try this.

10836 may help you.