-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47720: [C++][FlightRPC] ODBC Columns Metadata #48049
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
base: main
Are you sure you want to change the base?
Conversation
|
|
082eb6e to
9507ee2
Compare
378a314 to
18f8939
Compare
| if (skipping_test_) { | ||
| return; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used for checking if the environment variable ARROW_FLIGHT_SQL_ODBC_CONN exists. If it doesn't exist, skipping_test_ is set to true and the test is skipped.
Co-Authored-By: alinalibq <[email protected]>
All issues mentioned in the TODO comments are completed. We forgot to remove the comments
94c9e99 to
e0cd3b8
Compare
Rationale for this change
Add support for returning columns metadata from the connected data source.
What changes are included in this PR?
Are these changes tested?
Tested in local MSVC
Are there any user-facing changes?
N/A