avantgardnerio commented on PR #2582: URL: https://github.com/apache/arrow-rs/pull/2582#issuecomment-1227461881
> I'm not sure I understand this PR I should have done a better job at separating my particular use-case from the idea of extensibility as a concept. In this PR, I would like to make the `do_get()` handler overridable like previous PRs have done with things like passing up the raw tonic context so implementers can use it how they see fit. The main driver of these `arrow-rs` PRs has been our ongoing efforts to add FlightSQL support (and therefor JDBC support) to Ballista. The particular reason I'd like to override `do_get` is to extend it to allow the FlightSQL server to also serve Flights. Specifically, I'd like to make it capable of [proxying flights to executors](https://github.com/spaceandtimelabs/arrow-ballista/blob/c607888b38b81e17237243001881adfae35cd21e/ballista/rust/scheduler/src/flight_sql.rs#L424). But this PR is just about making it extensible in general. I think the correct place for the discussion would probably be on a Ballista PR, but unfortunately I can't publish a working one until these arrow changes are released and DataFusion upgrades to them. -- 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]
