-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-47715: [C++][FlightRPC] ODBC scroll fetch implementation #48041
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
|
|
e01ec17 to
bc97bd2
Compare
|
@lidavidm this draft PR is ready for review! Please have a look |
bc97bd2 to
5e788c7
Compare
5e788c7 to
2760394
Compare
2760394 to
b2919bd
Compare
Fix comments and use `ARROW_UNUSED` Co-Authored-By: alinalibq <[email protected]>
- be explicit with nullptr instead of 0
b2919bd to
a3aa3cc
Compare
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 4fc9f9e. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 13 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
ODBC scroll fetch implementation. This is part of advance ODBC data fetching.
What changes are included in this PR?
SQL_FETCH_NEXTis supported, which makes it has same effect as SQLFetchAre these changes tested?
Tested in local MSVC.
Are there any user-facing changes?
N/A