File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -38,5 +38,8 @@ if File.exist?(local_adbc)
3838 gem "red-adbc"
3939 end
4040else
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"
4245end
You can’t perform that action at this time.
0 commit comments