Skip to content

Conversation

justing-bq
Copy link
Contributor

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

Rationale for this change

#47786

What changes are included in this PR?

Created a new directory/subproject for tests.
Added a testing utility class called odbc_test_suite.
Created new test file with one simple test.

Are these changes tested?

Yes

Are there any user-facing changes?

No

Copy link

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

Comment on lines +401 to +379
// TODO: once RegisterDsn is implemented in Mac and Linux, the following can be
// re-enabled.
#if defined _WIN32 || defined _WIN64
bool WriteDSN(std::string connection_str) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please raise a GitHub issue for this todo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@github-actions github-actions bot added awaiting committer review Awaiting committer review and removed awaiting review Awaiting review labels Oct 10, 2025
@justing-bq justing-bq marked this pull request as ready for review October 14, 2025 18:01
@justing-bq justing-bq requested a review from lidavidm as a code owner October 14, 2025 18:01

void FlightSQLODBCRemoteTestBase::SetUp() {
if (arrow::internal::GetEnvVar(TEST_CONNECT_STR).ValueOr("").empty()) {
GTEST_SKIP() << "Skipping FlightSQLODBCRemoteTestBase test: TEST_CONNECT_STR not set";
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we change to use arrow log for this?

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Oct 16, 2025
Co-Authored-By: rscales <[email protected]>
Co-Authored-By: justing-bq <[email protected]>
Co-Authored-By: alinalibq <[email protected]>
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Oct 16, 2025
Copy link
Contributor

@alinaliBQ alinaliBQ left a comment

Choose a reason for hiding this comment

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

LGTM

@justing-bq justing-bq requested a review from lidavidm October 17, 2025 23:07
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