Skip to content

Commit 8ec9304

Browse files
committed
ci: add workaround
1 parent cb1c2ff commit 8ec9304

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
# We can't use "bundler-cache: true" with ruby/setup-ruby
3333
# because it doesn't cache dependencies installed by
3434
# rubygems-requirements-system automatically.
35-
# This is a workaround.
35+
# This is a workaround until ADBC 20 is released.
36+
# See also: https://github.com/apache/arrow-adbc/issues/3178
3637
- name: Install the specific version of Apache Arrow
3738
run: |
3839
sudo apt update

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ if File.exist?(local_adbc)
3838
gem "red-adbc"
3939
end
4040
else
41+
# This is a workaround until ADBC 20 is released.
42+
# See also: https://github.com/apache/arrow-adbc/issues/3178
43+
gem "red-arrow", "< 21.0.0"
4144
gem "red-adbc"
4245
end

0 commit comments

Comments
 (0)