File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 237237
238238if [[ $BUILD_ARROW_DEP -eq 1 ]]; then
239239
240- curl -L https://github.com/apache/arrow/archive/refs/tags/apache-arrow-13 .0.0.zip -o arrow-apache-arrow-13 .0.0.zip
241- unzip arrow-apache-arrow-13 .0.0.zip
242- cd arrow-apache-arrow-13 .0.0
240+ curl -L https://github.com/apache/arrow/archive/refs/tags/apache-arrow-19 .0.0.zip -o arrow-apache-arrow-19 .0.0.zip
241+ unzip arrow-apache-arrow-19 .0.0.zip
242+ cd arrow-apache-arrow-19 .0.0
243243 cd cpp
244244 mkdir build
245245 cd build
Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ if "%BUILD_Z5_DEP%" == "1" (
121121set _ROOTDIR = %ROOTDIR:\ =/ %
122122if " %BUILD_ARROW% " == " 1" (
123123
124- curl -L https://github.com/apache/arrow/archive/refs/tags/apache-arrow-13 .0.0.zip -o arrow-apache-arrow-13 .0.0.zip
125- unzip arrow-apache-arrow-13 .0.0.zip
126- pushd arrow-apache-arrow-13 .0.0
124+ curl -L https://github.com/apache/arrow/archive/refs/tags/apache-arrow-19 .0.0.zip -o arrow-apache-arrow-19 .0.0.zip
125+ unzip arrow-apache-arrow-19 .0.0.zip
126+ pushd arrow-apache-arrow-19 .0.0
127127 pushd cpp
128128 mkdir build
129129 pushd build
You can’t perform that action at this time.
0 commit comments