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.
compose.yaml
1 parent 9dd76dd commit ab8c39eCopy full SHA for ab8c39e
2 files changed
.github/workflows/cpp_extra.yml
@@ -380,6 +380,7 @@ jobs:
380
build-type: release
381
format: rpm
382
run-options: >-
383
+ -e ARROW_FLIGHT_SQL_ODBC_INSTALLER=ON
384
-e ODBC_PACKAGE_FORMAT=RPM
385
# GH-49582: TODO Enable Debian build for ODBC
386
# - image: debian-cpp-odbc
compose.yaml
@@ -564,7 +564,6 @@ services:
564
ARROW_DEPENDENCY_USE_SHARED: "OFF"
565
ARROW_FLIGHT_SQL_ODBC: "ON"
566
ARROW_FLIGHT_SQL_ODBC_CONN: "driver={Apache Arrow Flight SQL ODBC Driver};HOST=dremio_container;port=32010;pwd=admin2025;uid=admin;useEncryption=false;UseWideChar=true;"
567
- ARROW_FLIGHT_SQL_ODBC_INSTALLER: "ON"
568
ARROW_GANDIVA: "OFF"
569
ARROW_GCS: "OFF"
570
ARROW_HDFS: "OFF"
0 commit comments