We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cf1c9 commit 1c34565Copy full SHA for 1c34565
1 file changed
.github/workflows/cpp.yml
@@ -310,7 +310,7 @@ jobs:
310
ARROW_DATASET: ON
311
ARROW_FLIGHT: ON
312
ARROW_FLIGHT_SQL: ON
313
- ARROW_FLIGHT_SQL_ODBC: ON
+ ARROW_FLIGHT_SQL_ODBC: OFF
314
ARROW_GANDIVA: ON
315
ARROW_GCS: ON
316
ARROW_HDFS: OFF
@@ -389,10 +389,6 @@ jobs:
389
PIPX_BASE_PYTHON: ${{ steps.python-install.outputs.python-path }}
390
run: |
391
ci/scripts/install_gcs_testbench.sh default
392
- - name: Register Flight SQL ODBC Driver
393
- shell: cmd
394
- run: |
395
- call "cpp\src\arrow\flight\sql\odbc\tests\install_odbc.cmd" ${{ github.workspace }}\build\cpp\%ARROW_BUILD_TYPE%\libarrow_flight_sql_odbc.dll
396
- name: Test
397
shell: msys2 {0}
398
0 commit comments