Skip to content

Commit

Permalink
make correction on arrow version for uploading (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Xi authored Jan 11, 2024
1 parent 0e42539 commit 7aa6156
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/build_arrow.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
set arrow_src_version=0.17.1
set arrow_build_version=2
:: The full version number for dependency packaging/uploading/downloading
set arrow_version=%arrow_src_version%.%arrow_build_version%
:: SNOW-937196: temporarily disable building arrow from source to revert to pre-build arrow on Windows and Linux x86
:: set arrow_version=%arrow_src_version%.%arrow_build_version%
set arrow_version=%arrow_src_version%
call %*
goto :EOF

:get_version
:: SNOW-937196: temporarily disable building arrow from source to revert to pre-build arrow on Windows and Linux x86
:: set version=%arrow_version%
set version=0.17.1
set version=%arrow_version%
goto :EOF

:build
Expand Down

0 comments on commit 7aa6156

Please sign in to comment.