From 8319ae86b06b3679f3fe3a40151dc8b1f0f21ba9 Mon Sep 17 00:00:00 2001 From: Gavin Date: Thu, 9 Nov 2023 03:48:22 +0000 Subject: [PATCH] [Enhancement] Turn on the default starcache UT switch to build the starrocks unittests with datacache. Signed-off-by: Gavin --- gensrc/thrift/InternalService.thrift | 2 +- run-be-ut.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gensrc/thrift/InternalService.thrift b/gensrc/thrift/InternalService.thrift index 69d10266f29da0..c5911baddc1835 100644 --- a/gensrc/thrift/InternalService.thrift +++ b/gensrc/thrift/InternalService.thrift @@ -292,7 +292,7 @@ struct TPlanFragmentExecParams { // To enable pass through chunks between sink/exchange if they are in the same process. 52: optional bool enable_exchange_pass_through - 53: optional map>> node_to_per_driver_seq_scan_ranges + 53: optional map>> node_to_per_driver_seq_scan_ranges 54: optional bool enable_exchange_perf diff --git a/run-be-ut.sh b/run-be-ut.sh index 41f17b32e9ebb2..d279670d215a4f 100755 --- a/run-be-ut.sh +++ b/run-be-ut.sh @@ -152,10 +152,8 @@ if [ "${USE_STAROS}" == "ON" ]; then export STARLET_INSTALL_DIR fi -# Temporarily keep the default behavior same as before to avoid frequent thirdparty update. -# Once the starcache version is stable, we will turn on it by default. if [[ -z ${WITH_STARCACHE} ]]; then - WITH_STARCACHE=${USE_STAROS} + WITH_STARCACHE=ON fi ${CMAKE_CMD} -G "${CMAKE_GENERATOR}" \