-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opt](arrow-flight-sql) Support
arrow-flight-sql
protocol `getStrea…
…mCatalogs`, `getStreamSchemas`, `getStreamTables` (#46217) ### What problem does this PR solve? Implement the `getStreamCatalogs`, `getStreamSchemas`, `getStreamTables` methods in the arrow-flight-sql protocol, which can support BI tools to correctly display the metadata tree when using the `arrow-flight-sql` Driver to connect to Doris. DBeaver uses the `arrow-flight-sql` Driver connecting to Doris: 1. list all catalogs and show properties ![image](https://github.com/user-attachments/assets/f1de6e87-ba5d-4d67-a7bb-06fd91b6cbb1) 2. list dbSchemas and show properties ![image](https://github.com/user-attachments/assets/e706a065-420a-4137-a6a1-6e4f807fad8a) 3. list tables and list table columns. ![image](https://github.com/user-attachments/assets/f9929da9-8cc3-4d74-9f73-b3837854c349) 4. external catalog ![image](https://github.com/user-attachments/assets/ef9ebee1-36d8-4f7f-b97a-e4720ed45d1c) ![image](https://github.com/user-attachments/assets/58f1e0d9-17ed-48a9-be89-dfb818672525) How to connect to Doris: (will be organized into documents later) https://www.dremio.com/blog/jdbc-driver-for-arrow-flight-sql/#h-how-to-use-jdbc-driver-with-dbeaver-client https://docs.dremio.com/current/sonar/client-applications/clients/dbeaver/?_gl=1*1epgwh0*_gcl_au*MjUyNjE1ODM0LjE3MzQwMDExNDg.
- Loading branch information
Showing
3 changed files
with
460 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.