This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new b693e5ac2 ci: change CI DB for snowflake tests (#3368)
b693e5ac2 is described below
commit b693e5ac247987f6a34483479d9ff52affa040b4
Author: Matt Topol <[email protected]>
AuthorDate: Thu Aug 28 17:58:21 2025 -0400
ci: change CI DB for snowflake tests (#3368)
Switchover to ARROW_OSS_DB for the database name to use with CI
---
.github/workflows/native-unix.yml | 2 +-
.github/workflows/rust.yml | 2 +-
go/adbc/driver/snowflake/driver_test.go | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/native-unix.yml
b/.github/workflows/native-unix.yml
index 3fe2746bb..30cff4fa0 100644
--- a/.github/workflows/native-unix.yml
+++ b/.github/workflows/native-unix.yml
@@ -432,7 +432,7 @@ jobs:
popd
- name: Go Test
env:
- SNOWFLAKE_DATABASE: ADBC_TESTING
+ SNOWFLAKE_DATABASE: ARROW_OSS_DB
SNOWFLAKE_URI: ${{ secrets.SNOWFLAKE_URI }}
run: |
./ci/scripts/go_test.sh "$(pwd)" "$(pwd)/build" "$HOME/local"
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index c6446b682..bdae6a4ec 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -180,7 +180,7 @@ jobs:
# env:
# ADBC_SNOWFLAKE_TESTS: 1
# ADBC_SNOWFLAKE_URI: ${{ secrets.SNOWFLAKE_URI }}
- # ADBC_SNOWFLAKE_SQL_DB: ADBC_TESTING
+ # ADBC_SNOWFLAKE_SQL_DB: ARROW_OSS_DB
- name: Doctests
working-directory: rust
# TODO: enable snowflake tests on windows
diff --git a/go/adbc/driver/snowflake/driver_test.go
b/go/adbc/driver/snowflake/driver_test.go
index 8b013c1fd..141eacb2f 100644
--- a/go/adbc/driver/snowflake/driver_test.go
+++ b/go/adbc/driver/snowflake/driver_test.go
@@ -1444,7 +1444,6 @@ func (suite *SnowflakeTests)
TestStatementEmptyResultSet() {
"failed",
"suspended",
"uuid",
- "budget",
"owner_role_type",
}