Commits


Sutou Kouhei authored and GitHub committed 7da0bfff0a7
GH-37257: [Ruby][FlightSQL] Use the same options for auto prepared statement close request (#37258) ### Rationale for this change If we don't pass the same options for auto prepared statement close request, the close request may be failed. For example, it's caused when authentication information in the options. ### What changes are included in this PR? `ArrowFlightSQL::Client#prepare` change is the main change to use the given options for auto prepared statement close request too. Other changes (`gaflight_server_call_context_foreach_incoming_header()` and related changes) are for testing the above change. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #37257 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>