File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ if (NOT ODBCABSTRACTION_GIT_TAG)
573573 if (DEFINED ENV{ODBCABSTRACTION_GIT_TAG})
574574 set (ODBCABSTRACTION_GIT_TAG "$ENV{ODBCABSTRACTION_GIT_TAG} " )
575575 else ()
576- set (ODBCABSTRACTION_GIT_TAG "52cb68765a02c2e9456402f8b678556d7feb39e7 " )
576+ set (ODBCABSTRACTION_GIT_TAG "ed4abf01e11bca6856b15fb18312800a68372730 " )
577577 endif ()
578578endif ()
579579
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cd _build
2828ARROW_GIT_REPOSITORY=" ${ARROW_GIT_REPOSITORY:= https:// github.com/ apache/ arrow} "
2929ARROW_GIT_TAG=" ${ARROW_GIT_TAG:= b050bd0d31db6412256cec3362c0d57c9732e1f2} "
3030ODBCABSTRACTION_REPO=" ${ODBCABSTRACTION_REPO:=/ opt/ flightsql-odbc} "
31- ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= 52cb68765a02c2e9456402f8b678556d7feb39e7 } "
31+ ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= ed4abf01e11bca6856b15fb18312800a68372730 } "
3232
3333cmake \
3434 -GNinja \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cd _build
1515ARROW_GIT_REPOSITORY=" ${ARROW_GIT_REPOSITORY:= https:// github.com/ apache/ arrow} "
1616ARROW_GIT_TAG=" ${ARROW_GIT_TAG:= b050bd0d31db6412256cec3362c0d57c9732e1f2} "
1717ODBCABSTRACTION_REPO=" ${ODBCABSTRACTION_REPO:=/ opt/ flightsql-odbc} "
18- ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= 52cb68765a02c2e9456402f8b678556d7feb39e7 } "
18+ ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= ed4abf01e11bca6856b15fb18312800a68372730 } "
1919
2020cmake \
2121 -GNinja \
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cd build
1717ARROW_GIT_REPOSITORY=" ${ARROW_GIT_REPOSITORY:= https:// github.com/ apache/ arrow} "
1818ARROW_GIT_TAG=" ${ARROW_GIT_TAG:= b050bd0d31db6412256cec3362c0d57c9732e1f2} "
1919ODBCABSTRACTION_REPO=" ${ODBCABSTRACTION_REPO:= ../ flightsql-odbc} "
20- ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= 52cb68765a02c2e9456402f8b678556d7feb39e7 } "
20+ ODBCABSTRACTION_GIT_TAG=" ${ODBCABSTRACTION_GIT_TAG:= ed4abf01e11bca6856b15fb18312800a68372730 } "
2121
2222cmake \
2323 -DCMAKE_BUILD_TYPE=Release \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SETLOCAL
2222if NOT DEFINED ARROW_GIT_REPOSITORY SET ARROW_GIT_REPOSITORY = " https://github.com/apache/arrow"
2323if NOT DEFINED ARROW_GIT_TAG SET ARROW_GIT_TAG = " b050bd0d31db6412256cec3362c0d57c9732e1f2"
2424if NOT DEFINED ODBCABSTRACTION_REPO SET ODBCABSTRACTION_REPO = " ../flightsql-odbc"
25- if NOT DEFINED ODBCABSTRACTION_GIT_TAG SET ODBCABSTRACTION_GIT_TAG = " 52cb68765a02c2e9456402f8b678556d7feb39e7 "
25+ if NOT DEFINED ODBCABSTRACTION_GIT_TAG SET ODBCABSTRACTION_GIT_TAG = " ed4abf01e11bca6856b15fb18312800a68372730 "
2626
2727cmake ..^
2828 -DARROW_GIT_REPOSITORY=%ARROW_GIT_REPOSITORY% ^
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SETLOCAL
2222if NOT DEFINED ARROW_GIT_REPOSITORY SET ARROW_GIT_REPOSITORY = " https://github.com/apache/arrow"
2323if NOT DEFINED ARROW_GIT_TAG SET ARROW_GIT_TAG = " b050bd0d31db6412256cec3362c0d57c9732e1f2"
2424if NOT DEFINED ODBCABSTRACTION_REPO SET ODBCABSTRACTION_REPO = " ../flightsql-odbc"
25- SET ODBCABSTRACTION_GIT_TAG = " 52cb68765a02c2e9456402f8b678556d7feb39e7 "
25+ SET ODBCABSTRACTION_GIT_TAG = " ed4abf01e11bca6856b15fb18312800a68372730 "
2626
2727cmake ..^
2828 -DARROW_GIT_REPOSITORY=%ARROW_GIT_REPOSITORY% ^
You can’t perform that action at this time.
0 commit comments