-
Notifications
You must be signed in to change notification settings - Fork 238
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
Feature Request: Add Arrow Flight SQL Driver #1359
Comments
@web3creator yep thx!, there also Dremio support it, but not sure that with same driver as querybook has. |
@YuriyGavrilov I just developed a version and I tested that it can be supported, need to change some code adaptation. It can be supported. You need to do some development. |
@YuriyGavrilov Dremio hava bug,dremio cannot |
@web3creator Dremio has own jdbc arrow, https://www.dremio.com/drivers/jdbc/ maybe it could fix bug? ( also it support only dremio 21+ version) |
There is new modern SQL way to retrieve data in a faster way through Arrow Flight SQL driver.
https://arrow.apache.org/docs/java/flight_sql_jdbc_driver.html#
https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/
https://www.postgresql.org/about/news/apache-arrow-flight-sql-adapter-for-postgresql-010-2716/
Some explanations and research:
https://www.vldb.org/pvldb/vol10/p1022-muehleisen.pdf
Some server examples:
The text was updated successfully, but these errors were encountered: