kou opened a new issue, #37257:
URL: https://github.com/apache/arrow/issues/37257
### Describe the enhancement requested
```ruby
options = ArrowFlight::CallOptions.new
sql_client.prepare("... SQL ...", options) do |statement|
# ...
# statement.close is called automatically without the "options" but
# the "options" is used like statement.close(options).
end
```
### Component(s)
FlightRPC, Ruby
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]