We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
That way clients can get the exact gRPC status code which may carry additional meaning (gRPC UNAVAILABLE vs ADBC IO, for instance)
The text was updated successfully, but these errors were encountered:
feat(go/adbc/driver/flightsql): reflect gRPC status in vendor code
840c171
Does not work in C/C++/Python due to apache#1576. Fixes apache#1574.
d73beab
9017602
efd75ca
feat(go/adbc/driver/flightsql): reflect gRPC status in vendor code (#…
bcbc161
…1577) Does not work in C/C++/Python due to #1576. Fixes #1574.
lidavidm
Successfully merging a pull request may close this issue.
What feature or improvement would you like to see?
That way clients can get the exact gRPC status code which may carry additional meaning (gRPC UNAVAILABLE vs ADBC IO, for instance)
The text was updated successfully, but these errors were encountered: