amartins23 opened a new pull request, #4463: URL: https://github.com/apache/arrow-rs/pull/4463
# Which issue does this PR close? Closes #4439. # Rationale for this change Allows implementations of `FlightSqlService` to implement custom actions and commands (DoPut, DoExchange). Capability already exists for DoGet. # What changes are included in this PR? Added the methods `do_put_fallback`, `do_action_fallback` and `do_exchange_fallback` to the trait `FlightSqlService`, and corresponding use in `impl<T: FlightSqlService + Send + 'static> FlightService for T` following the same pattern that already existed for `do_get`/`do_get_fallback`. Added a method `list_custom_actions` to allow implementations of the trait `FlightSqlService` to supply additional custom actions to the result of `list_actions` in `impl<T: FlightSqlService + Send + 'static> FlightService for T`. # Are there any user-facing changes? Yes, extended the API surface of the trait `FlightSqlService`. -- 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]
