-
Notifications
You must be signed in to change notification settings - Fork 99
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
java: bring Flight SQL driver on par with Go Flight SQL driver #745
Milestone
Comments
Would it be possible to provide some guidance as far as what deficiencies exist between the Java and Go Flight SQL Drivers @lidavidm @zeroshade ? |
Auth, the general metadata methods, incremental/nonblocking query execution, transactions, and rich error metadata I think are the main ones |
26 tasks
lidavidm
pushed a commit
that referenced
this issue
Feb 18, 2024
* Implement getObjects and each depth (CATALOGS, DB_SCHEMAS, TABLES, and ALL). * Handle the cases where the catalog is empty or a schema within a catalog has no tables. * Unify readers for queries, getInfo(), and getObjects() so that all code paths can correctly get data when the data is not available on the same location as the original connection, can handle multiple roots from the same stream, and can handle multiple partitions. * Rework getInfo() request to lazily issue an RPC call only if a request code was used that needs information from the Flight server. Fixes #745 --------- Co-authored-by: tokoko <togurg14@freeuni.edu.ge>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: