Skip to content

Conversation

@justing-bq
Copy link
Contributor

@justing-bq justing-bq commented Oct 31, 2025

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.

@github-actions
Copy link

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?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

namespace {
// Helper Functions

std::wstring GetStringColumnW(SQLHSTMT stmt, int colId) {
Copy link
Contributor

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

Copy link
Contributor Author

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.

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Oct 31, 2025
@justing-bq justing-bq changed the title Extract SQLTables implementation GH-47719: [C++][FlightRPC] Extract SQLTables Implementation Nov 5, 2025
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

⚠️ GitHub issue #47719 has been automatically assigned in GitHub to PR creator.

@justing-bq
Copy link
Contributor Author

@lidavidm Could we get a review? Thanks.

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting committer review Awaiting committer review labels Nov 6, 2025
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.

3 participants