Skip to content

Conversation

@alinaliBQ
Copy link
Contributor

@alinaliBQ alinaliBQ commented Nov 3, 2025

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

Comment on lines 86 to 88
/**
* @brief Closes the cursor. This does _not_ un-prepare the statement or change
* bindings.
Copy link
Contributor Author

@alinaliBQ alinaliBQ Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other @brief usages will be changed in their respective PRs

@alinaliBQ alinaliBQ changed the title GH-47713: [C++][FlightRPC] WIP: ODBC return number of result columns GH-47713: [C++][FlightRPC] ODBC return number of result columns Nov 10, 2025
@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Nov 10, 2025
@alinaliBQ
Copy link
Contributor Author

@lidavidm this draft PR is ready for review! Please have a look

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting committer review Awaiting committer review labels Nov 28, 2025
@alinaliBQ alinaliBQ force-pushed the gh-47713-sql-num-result-cols branch 2 times, most recently from d4b91ec to baaa1e8 Compare December 6, 2025 00:18
@alinaliBQ alinaliBQ marked this pull request as ready for review December 6, 2025 00:18
@lidavidm
Copy link
Member

lidavidm commented Dec 8, 2025

This needs to be rebased!

Update docs

Co-Authored-By: alinalibq <[email protected]>
@alinaliBQ alinaliBQ force-pushed the gh-47713-sql-num-result-cols branch from baaa1e8 to a574826 Compare December 8, 2025 18:36
@alinaliBQ
Copy link
Contributor Author

Ty for the heads up, rebased

@lidavidm lidavidm merged commit 2a3c5db into apache:main Dec 8, 2025
45 checks passed
@lidavidm lidavidm removed the awaiting merge Awaiting merge label Dec 8, 2025
@github-actions github-actions bot added the awaiting merge Awaiting merge label Dec 8, 2025
@conbench-apache-arrow
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants