-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-47713: [C++][FlightRPC] ODBC Basic Data Retrieval #48034
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
Conversation
|
|
26304de to
7145d4a
Compare
a0b2ecf to
a5ad706
Compare
|
@lidavidm this draft PR is ready for review! Please have a look |
a5ad706 to
62fd08d
Compare
Fix doxygen Use `\return` not `\returns` Co-Authored-By: alinalibq <[email protected]>
62fd08d to
eab3069
Compare
alinaliBQ
left a comment
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.
Rebased and removed SQLFetchScroll tests as these tests will be added in #48041
| using TestTypes = ::testing::Types<StatementMockTest, StatementRemoteTest>; | ||
| TYPED_TEST_SUITE(StatementTest, TestTypes); | ||
|
|
||
| TYPED_TEST(StatementTest, TestSQLExecDirectSimpleQuery) { |
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.
Some tests are from #48032. This PR enables the data fetching part of the test as SQLGetData and SQLFetch are implemented
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 1f599f4. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Rationale for this change
Add implementation for ODBC basic data fetching and retrieval
What changes are included in this PR?
odbc_implAre these changes tested?
Tested on local MSVC.
Are there any user-facing changes?
N/A