-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47719: [C++][FlightRPC] Extract SQLTables Implementation #48021
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
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
| namespace { | ||
| // Helper Functions | ||
|
|
||
| std::wstring GetStringColumnW(SQLHSTMT stmt, int colId) { |
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.
we might consider moving this GetStringColumnW to a more accessible place shared by all tests
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.
Moved to odbc_test_suite.
Co-Authored-By: rscales <[email protected]>
|
|
|
@lidavidm Could we get a review? Thanks. |
Rationale for this change
Addresses #47719
What changes are included in this PR?
SQLTables enabled. Table tests added.
Are these changes tested?
Tests are not expected to pass yet.
Are there any user-facing changes?
No.