-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat(csharp/src/Drivers): introduce Interop.FlightSql driver #2214
feat(csharp/src/Drivers): introduce Interop.FlightSql driver #2214
Conversation
davidhcoe
commented
Oct 2, 2024
•
edited
Loading
edited
- Introduces the Interop.FlightSql driver to use the FlightSQL Go driver from C#
- Adds support for testing against multiple FlightSQL environments simultaneously in the configuration (something we may want to carry forward to other projects)
- Has a first set of test sample data specific to Dremio, DuckDB and SQLite using https://github.com/voltrondata/SQLFlite as the server(s).
- Adds support for the IntervalType in a generic capacity
…st as possible on Dremio
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any way to make the process of creating something to load the driver and wrap it more generic so that potential future drivers don't require as much boiler plate as this appears to?
Otherwise, this looks pretty fine to me but I'm not very experienced with C#
Co-authored-by: Matt Topol <[email protected]>
Exactly |
I added this in a recent push. |
I also verified this against Denodo https://community.denodo.com/docs/html/browse/9.1/en/vdp/developer/access_through_flight_sql/access_through_flight_sql#current-restrictions |
@davidhcoe Can you please resolve the build conflicts? |
ready now |