amartins23 opened a new pull request, #4997:
URL: https://github.com/apache/arrow-rs/pull/4997

   # Which issue does this PR close?
   Closes #4996.
   
   # Rationale for this change
   
   Allows implementations of `FlightSqlService` to support custom commands in 
`GetFlightInfo`. Capability already exists for `DoGet`.
   
   # What changes are included in this PR?
   
   Added the methods `get_flight_info_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`. 
   
   # 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]

Reply via email to