-
### Describe the usage question you have. Please include as many useful details as possible.
Hi Team,
If things goes well, we will be using Arrow Flight SQL Server.
We will be publishing …
-
For full Arrow Flight SQL support we have to implement CommandGet* methods with DB meta information:
https://arrow.apache.org/docs/format/FlightSql.html#sql-metadata
Some of functions are easy to …
-
Arrow Flight SQL is a gRPC protocol on top of Arrow Flight for interacting with databases via SQL. It has client drivers built on JDBC, ODBC, and ADBC.
https://arrow.apache.org/docs/format/FlightSq…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
This feature request addresses the need for more efficient data transfer and query execution in StarRocks.…
-
We are trying to use `adbc_driver_flightsql` (version 1.2.0) to access our Flight SQL interface, and we are having issues trying to obtain the primary keys (or any other type of constraints) via the `…
-
### Describe the bug, including details regarding any error messages, version, and platform.
I encountered an issue when working with Arrow Flight SQL, and I would appreciate your help.
I created …
-
### Describe the enhancement requested
From https://github.com/apache/arrow-rs/issues/5731#issuecomment-2133104504
Originally Flight RPC was implemented as a framework wrapping gRPC. This was espe…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
I am implementing a flight sql server using datafusion. See [this](https://github.com/dat…
-
### Describe the bug, including details regarding any error messages, version, and platform.
Several test failures in `flight-sql` module have been observed in multiple job executions:
- https://g…
-
**Is your feature request related to a problem? Please describe.**
Fast sql unified data access.
**Describe the solution you'd like**
Arrow Flight SQL which gives possiblilities to retrieve data …