You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it's not possible to set the timeout option of FlightCallOptions via Ruby ArrowFlight::CallOptions.
Can you expose a method for setting it in flight glib and ruby?
Thank you.
Component(s)
GLib, Ruby
The text was updated successfully, but these errors were encountered:
### Rationale for this change
It's the bindings of `arrow::flight::FlightCallOptions::timeout`.
### What changes are included in this PR?
Add `GAFlightCallOptions:timeout` property.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #44178
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
Describe the enhancement requested
Currently, it's not possible to set the
timeout
option ofFlightCallOptions
via RubyArrowFlight::CallOptions
.Can you expose a method for setting it in flight glib and ruby?
Thank you.
Component(s)
GLib, Ruby
The text was updated successfully, but these errors were encountered: