You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "amartins23 (via GitHub)" <gi...@apache.org> on 2023/06/29 13:20:35 UTC

[GitHub] [arrow-rs] amartins23 opened a new pull request, #4463: feat(flight-sql): Allow implementations of FlightSqlService to handle custom actions and commands

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold merged pull request #4463: feat(flight-sql): Allow implementations of FlightSqlService to handle custom actions and commands

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold merged PR #4463:
URL: https://github.com/apache/arrow-rs/pull/4463


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org