Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/cpp_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ jobs:
ARROW_DEPENDENCY_SOURCE: BUNDLED
ARROW_MIMALLOC: OFF
CMAKE_CXX_STANDARD: "20"
CMAKE_PREFIX_PATH: /tmp/local
steps:
- name: Checkout Arrow
uses: actions/checkout@v6.0.1
Expand Down
1 change: 0 additions & 1 deletion ci/scripts/cpp_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ case "$(uname)" in
;;
Darwin)
n_jobs=$(sysctl -n hw.ncpu)
exclude_tests+=("arrow-flight-sql-odbc-test")
# TODO: https://github.com/apache/arrow/issues/40410
exclude_tests+=("arrow-s3fs-test")
;;
Expand Down
614 changes: 324 additions & 290 deletions cpp/src/arrow/flight/sql/odbc/tests/columns_test.cc

Large diffs are not rendered by default.

150 changes: 73 additions & 77 deletions cpp/src/arrow/flight/sql/odbc/tests/connection_attr_test.cc

Large diffs are not rendered by default.

Loading
Loading