-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement FlightSQL [EPIC] #3301
Comments
One improvement for flightsql (and flight as well) is to support sending/tracking dictionaries in the API (to avoid sending shared dictionaries for every recordbatch. |
Thanks @Dandandan -- I have added #3312 to the list above |
An update here on my end: I have been working on FlightSQL as part of IOx and have several ideas on how to consolidate implementations and what would be useful to contirbute back upstream My high level proposal is
I plan a more full featured proposal in the next day or two |
Is this still tracking anything meaningful? |
I don't think so 🤔 Maybe we should simply consider renaming the feature flag to |
As discussed in #1323, there is now sufficient community interest in moving forward with a Rust FlightSQL implementation. Thanks to @avantgardnerio and @wangfenjin we have basic POC level client and server implementations behind the
--features=flight-sql-experimental
feature flag.This ticket tracks the work needed to change the feature flag from
flight-sql-experimental
toflight-sql
(aka that we are comfortable saying that the rust client supports FlightSQL)Known work items
Basics
ArrowFlight
Client #3371Testing
FlightSQL Client
"authorization"
) #3310Performance
FlightSQL Server
The text was updated successfully, but these errors were encountered: