You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-48834 [C++][FlightRPC][Doc] Add instructions to run ODBC tests in README (#48835)
### Rationale for this change
#48834
ODBC layer tests are not run in the CI due to [blockers](#48019 (comment)), contributors have the option to follow this guide to run ODBC tests on their local machines.
### What changes are included in this PR?
- Add instructions to run ODBC tests in `README`, includes guides to set up Dremio oss docker instance
### Are these changes tested?
Markdown changes tested in CI
### Are there any user-facing changes?
N/A
* GitHub Issue: #48834
Lead-authored-by: Alina (Xi) Li <[email protected]>
Co-authored-by: Alina (Xi) Li <[email protected]>
Signed-off-by: David Li <[email protected]>
@@ -65,3 +65,62 @@ The characters are case-insensitive.
65
65
The Windows ODBC driver currently does not support writing log files. `ARROW_USE_GLOG` is required to write log files, and `ARROW_USE_GLOG` is disabled on Windows platform since plasma using `glog` is not fully tested on windows.
66
66
67
67
Note: GH-47670 running more than 1 tests with logging enabled is not fully supported.
68
+
69
+
## Steps to Run the ODBC tests
70
+
After ODBC has been registered, you can run the ODBC tests. It is recommended to run the ODBC tests locally first.
0 commit comments