Skip to content
Merged
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: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ go/adbc/drivermgr/adbc_driver_manager_driver_loading.cc linguist-generated
go/adbc/drivermgr/adbc_driver_manager_internal.h linguist-generated
go/adbc/drivermgr/adbc_driver_manager_profiles.cc linguist-generated
go/adbc/drivermgr/current_arch.h linguist-generated
go/adbc/pkg/bigquery/* linguist-generated
go/adbc/pkg/flightsql/* linguist-generated
go/adbc/pkg/panicdummy/* linguist-generated
go/adbc/pkg/snowflake/* linguist-generated
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/native-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,10 @@ jobs:
meson test -C c/build --print-errorlogs
- name: Build with sanitizers
run: |
# skip bigquery and flightsql for now; see GH-2744
# skip flightsql for now; see GH-2744
meson setup \
-Db_sanitize=address,undefined \
-Dauto_features=enabled \
-Dbigquery=disabled \
-Dflightsql=disabled \
c c/build
meson compile -C c/build
Expand Down Expand Up @@ -404,10 +403,6 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
continue-on-error: true # if auth fails, bigquery driver tests should skip
with:
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
# XXX: https://github.com/actions/setup-go/issues/457
# We can't use go-version-file for setup-go because it doesn't understand
# the 'toolchain' parameter and staticcheck tends to need the latest Go
Expand Down Expand Up @@ -458,10 +453,6 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
continue-on-error: true # if auth fails, bigquery driver tests should skip
with:
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
- name: Get required Go version
run: |
(. .env && echo "GO_VERSION=${GO}") >> $GITHUB_ENV
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/native-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
env:
BUILD_ALL: "1"
# TODO(apache/arrow-adbc#634)
BUILD_DRIVER_BIGQUERY: "0"
BUILD_DRIVER_FLIGHTSQL: "0"
BUILD_DRIVER_SNOWFLAKE: "0"
BUILD_DRIVER_MANAGER_USER_CONFIG_TEST: "1"
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,6 @@ jobs:
name: python-${{ matrix.arch }}-manylinux${{ matrix.manylinux_version }}
retention-days: 7
path: |
adbc/python/adbc_driver_bigquery/repaired_wheels/*.whl
adbc/python/adbc_driver_flightsql/repaired_wheels/*.whl
adbc/python/adbc_driver_manager/repaired_wheels/*.whl
adbc/python/adbc_driver_postgresql/repaired_wheels/*.whl
Expand Down Expand Up @@ -837,7 +836,6 @@ jobs:
name: python-${{ matrix.arch }}-macos
retention-days: 7
path: |
adbc/python/adbc_driver_bigquery/repaired_wheels/*.whl
adbc/python/adbc_driver_flightsql/repaired_wheels/*.whl
adbc/python/adbc_driver_manager/repaired_wheels/*.whl
adbc/python/adbc_driver_postgresql/repaired_wheels/*.whl
Expand Down Expand Up @@ -1020,7 +1018,6 @@ jobs:
name: python${{ matrix.python_version }}-windows
retention-days: 7
path: |
adbc/python/adbc_driver_bigquery/repaired_wheels/*.whl
adbc/python/adbc_driver_flightsql/repaired_wheels/*.whl
adbc/python/adbc_driver_manager/repaired_wheels/*.whl
adbc/python/adbc_driver_postgresql/repaired_wheels/*.whl
Expand Down Expand Up @@ -1082,7 +1079,6 @@ jobs:
name: python-sdist
retention-days: 7
path: |
adbc/python/adbc_driver_bigquery/dist/*.tar.gz
adbc/python/adbc_driver_flightsql/dist/*.tar.gz
adbc/python/adbc_driver_manager/dist/*.tar.gz
adbc/python/adbc_driver_postgresql/dist/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [ubuntu]
pkg: [adbcflightsql, adbcsnowflake, adbcbigquery]
pkg: [adbcflightsql, adbcsnowflake]

uses: ./.github/workflows/r-check.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
matrix:
rversion: [oldrel, release, devel]
os: [macOS, windows, ubuntu]
pkg: [adbcflightsql, adbcsnowflake, adbcbigquery]
pkg: [adbcflightsql, adbcsnowflake]
max-parallel: 5
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macOS, windows]
pkg: [adbcflightsql, adbcsnowflake, adbcbigquery]
pkg: [adbcflightsql, adbcsnowflake]

uses: ./.github/workflows/r-check.yml
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ jobs:
pushd build
cmake \
-DADBC_BUILD_TESTS=OFF \
-DADBC_DRIVER_BIGQUERY=ON \
-DADBC_DRIVER_FLIGHTSQL=ON \
-DADBC_DRIVER_MANAGER=ON \
-DADBC_DRIVER_SQLITE=ON \
Expand Down
6 changes: 0 additions & 6 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,6 @@ cloud.google.com/go/auth/oauth2adapt is under the Apache-2.0 license.

--------------------------------------------------------------------------------

3rdparty dependency cloud.google.com/go/bigquery
is statically linked in certain binary distributions, like the Python wheels.
cloud.google.com/go/bigquery is under the Apache-2.0 license.

--------------------------------------------------------------------------------

3rdparty dependency cloud.google.com/go/compute/metadata
is statically linked in certain binary distributions, like the Python wheels.
cloud.google.com/go/compute/metadata is under the Apache-2.0 license.
Expand Down
10 changes: 0 additions & 10 deletions c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ if(ADBC_DRIVER_SNOWFLAKE)
add_subdirectory(driver/snowflake)
endif()

if(ADBC_DRIVER_BIGQUERY)
install(FILES "${REPOSITORY_ROOT}/c/include/arrow-adbc/driver/bigquery.h"
DESTINATION include/arrow-adbc/driver)
add_subdirectory(driver/bigquery)
endif()

if(ADBC_INTEGRATION_DUCKDB)
add_subdirectory(integration/duckdb)
endif()
Expand Down Expand Up @@ -151,10 +145,6 @@ LIBRARY=$<TARGET_FILE:adbc_driver_${TARGET}_shared>" ${Python3_EXECUTABLE} -m pi
if(ADBC_DRIVER_SNOWFLAKE)
adbc_install_python_package(snowflake)
endif()

if(ADBC_DRIVER_BIGQUERY)
adbc_install_python_package(bigquery)
endif()
endif()

validate_config()
Expand Down
1 change: 0 additions & 1 deletion c/cmake_modules/DefineOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
define_option(ADBC_DRIVER_POSTGRESQL "Build the PostgreSQL driver" OFF)
define_option(ADBC_DRIVER_SQLITE "Build the SQLite driver" OFF)
define_option(ADBC_DRIVER_SNOWFLAKE "Build the Snowflake driver" OFF)
define_option(ADBC_DRIVER_BIGQUERY "Build the BigQuery driver" OFF)

define_option(ADBC_INTEGRATION_DUCKDB "Build the test suite for DuckDB" OFF)

Expand Down
41 changes: 0 additions & 41 deletions c/driver/bigquery/AdbcDriverBigQueryConfig.cmake.in

This file was deleted.

70 changes: 0 additions & 70 deletions c/driver/bigquery/CMakeLists.txt

This file was deleted.

74 changes: 0 additions & 74 deletions c/driver/bigquery/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions c/driver/bigquery/adbc-driver-bigquery.pc.in

This file was deleted.

Loading
Loading