-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
support API for Arrow Flight SQL #18038
Comments
Heavy ➕. The team at Ocient is also looking to allow Trino to connect to a FlightSQL data source. The connector implementation seems like it would be pretty straightforward if I'm following https://trino.io/docs/current/develop/example-jdbc.html (source) correctly. |
Hey Jwilliams, Just wondering how far long are you in this track? We are looking to implement a custom connector to allow for querying data from a FlightSQL Data Source. But the documentation in the example jdbc driver doesn't seem to provide enough information on how to actually query data and run the queries. Were you able to reach anything? |
+1 |
just to leave this here: https://www.vldb.org/pvldb/vol10/p1022-muehleisen.pdf |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
I am not aware of anyone working on Arrow Flight SQL APIs for Trino, but Arrow-based data transport should be possible thanks to project Swift (#22271) |
The desired use case is data scientists or other users working with arrow-based data, such as parquet, pandas, polars, etc, and who would like to get that data into or out of Trino, without having to hack through intermediate steps or intermediate ascii sql row representations.
https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/
The text was updated successfully, but these errors were encountered: