Skip to content

GH-49561: [C++][FlightRPC][ODBC] Use SQLWCHAR array for wide string literals in test suite#49562

Open
justing-bq wants to merge 1 commit intoapache:mainfrom
Bit-Quill:gh-49561-sqlwchar-array
Open

GH-49561: [C++][FlightRPC][ODBC] Use SQLWCHAR array for wide string literals in test suite#49562
justing-bq wants to merge 1 commit intoapache:mainfrom
Bit-Quill:gh-49561-sqlwchar-array

Conversation

@justing-bq
Copy link
Contributor

@justing-bq justing-bq commented Mar 19, 2026

Rationale for this change

We want to use a SQLWCHAR array for wide string literal inside our test suite instead of a SQLWCHAR vector.

What changes are included in this PR?

SQLWCHAR vector used for wide string literals are replaced with a SQLWCHAR array instead.
Columns tests were refactored to perform assertions over std::string equality rather than wide string equality.

Are these changes tested?

Yes

Are there any user-facing changes?

No

@justing-bq justing-bq requested a review from lidavidm as a code owner March 19, 2026 20:13
@github-actions
Copy link

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

@justing-bq justing-bq changed the title GH-49444: [C++][FlightRPC][ODBC] Use SQLWCHAR array for wide string literals in test suite GH-49561: [C++][FlightRPC][ODBC] Use SQLWCHAR array for wide string literals in test suite Mar 19, 2026
@github-actions
Copy link

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

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

1 participant