Skip to content

Fix FlightSQLODBCRemoteTestBase.TestSQLExecDirectDataQueryDefaultType test failure due to typo - #119

Merged
alinaliBQ merged 1 commit into
apache-odbcfrom
fix-binary-test-error
Oct 14, 2025
Merged

Fix FlightSQLODBCRemoteTestBase.TestSQLExecDirectDataQueryDefaultType test failure due to typo#119
alinaliBQ merged 1 commit into
apache-odbcfrom
fix-binary-test-error

Conversation

@alinaliBQ

Copy link
Copy Markdown

Fix to get FlightSQLODBCRemoteTestBase.TestSQLExecDirectDataQueryDefaultType test passing.
The precision should be 38, not 0.

EXPECT_EQ(decimal_val.precision, 38);

@alinaliBQ
alinaliBQ marked this pull request as ready for review October 8, 2025 22:50
@justing-bq

Copy link
Copy Markdown

How did this happen? I would have expected previous Github actions to catch this failure?

@alinaliBQ

Copy link
Copy Markdown
Author

How did this happen? I would have expected previous Github actions to catch this failure?

Currently the CI doesn't run any of the remote ODBC tests, only the mock tests or tests that do not require a remote instance are run. After we add Dremio docker container to part of the CI, this problem will be resolved.

The precision should be 38 in the original code. I think it got changed to 0 by accident somewhere.
@alinaliBQ
alinaliBQ force-pushed the fix-binary-test-error branch from 3be8b6a to 8f144c6 Compare October 14, 2025 22:02
@alinaliBQ
alinaliBQ merged commit 2496650 into apache-odbc Oct 14, 2025
@alinaliBQ
alinaliBQ deleted the fix-binary-test-error branch October 14, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants