Uh oh!
There was an error while loading. Please reload this page.
GH-47713: [C++][FlightRPC] ODBC return number of result columns - #48036
Merged
Conversation
alinaliBQforce-pushed
the
gh-47713-sql-num-result-cols
branch
from
November 10, 2025 19:38
a940fec to
df78aaeComparealinaliBQ
commented
Nov 10, 2025
Comment on lines
86
to
88
| /** | ||
| * @brief Closes the cursor. This does _not_ un-prepare the statement or change | ||
| * bindings. |
CollaboratorAuthor
There was a problem hiding this comment.
The other @brief usages will be changed in their respective PRs
alinaliBQ
commented
Nov 12, 2025
CollaboratorAuthor
@lidavidm this draft PR is ready for review! Please have a look |
lidavidm
approved these changes
Nov 28, 2025
alinaliBQforce-pushed
the
gh-47713-sql-num-result-cols
branch
2 times, most recently
from
December 6, 2025 00:18
d4b91ec to
baaa1e8ComparealinaliBQ
marked this pull request as ready for review
December 6, 2025 00:18
lidavidm
commented
Dec 8, 2025
Member
This needs to be rebased! |
Update docs Co-Authored-By: alinalibq <alina.li@improving.com>
alinaliBQforce-pushed
the
gh-47713-sql-num-result-cols
branch
from
December 8, 2025 18:36
baaa1e8 to
a574826ComparealinaliBQ
commented
Dec 8, 2025
CollaboratorAuthor
Ty for the heads up, rebased |
lidavidm
approved these changes
Dec 8, 2025
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 2a3c5db. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 23 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Mottl pushed a commit
to Mottl/arrow
that referenced
this pull request
May 26, 2026
…apache#48036) ### Rationale for this change Implement ODBC to return the number of result columns ### What changes are included in this PR? - SQLNumResultCols implementation & tests ### Are these changes tested? Tested locally on MSVC ### Are there any user-facing changes? N/A * GitHub Issue: apache#47713 Authored-by: Alina (Xi) Li <alina.li@improving.com> Signed-off-by: David Li <li.davidm96@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
Implement ODBC to return the number of result columns
What changes are included in this PR?
Are these changes tested?
Tested locally on MSVC
Are there any user-facing changes?
N/A