We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2250736 commit 9e6d74fCopy full SHA for 9e6d74f
util/cron/common-arkouda.bash
@@ -43,7 +43,7 @@ fi
43
# enable arrow/parquet support
44
export ARKOUDA_SERVER_PARQUET_SUPPORT=true
45
46
-export CHPL_WHICH_RELEASE_FOR_ARKOUDA="2.6.0"
+export CHPL_WHICH_RELEASE_FOR_ARKOUDA="2.7.0"
47
48
function partial_checkout_release() {
49
currentSha=`git rev-parse HEAD`
@@ -84,6 +84,8 @@ function release_dependencies() {
84
: # no extra setup needed yet
85
elif [ "$CHPL_WHICH_RELEASE_FOR_ARKOUDA" = "2.6.0" ]; then
86
87
+ elif [ "$CHPL_WHICH_RELEASE_FOR_ARKOUDA" = "2.7.0" ]; then
88
+ : # no extra setup needed yet
89
else
90
echo "CHPL_WHICH_RELEASE_FOR_ARKOUDA is set to $CHPL_WHICH_RELEASE_FOR_ARKOUDA, but is not supported by this script."
91
exit 1
0 commit comments