From 3259c41da871be01d1df35e18d12361f6fb1a243 Mon Sep 17 00:00:00 2001 From: Surbhi Vijayvargeeya Date: Tue, 31 Oct 2023 14:05:47 +0530 Subject: [PATCH] Correct formatting --- cpp/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/compile.sh b/cpp/compile.sh index 62c32830c7fb4..e3733bdf755a9 100755 --- a/cpp/compile.sh +++ b/cpp/compile.sh @@ -99,7 +99,7 @@ CURRENT_DIR=$( #gluten cpp will find arrow/parquet lib from ARROW_HOME if [ "$ARROW_HOME" == "" ]; then - if ["$BUILD_TYPE" == "Debug"] then + if [ "$BUILD_TYPE" == "Debug" ]; then ARROW_HOME="$CURRENT_DIR/../ep/build-velox/build/velox_ep/_build/debug/third_party/arrow_ep" else ARROW_HOME="$CURRENT_DIR/../ep/build-velox/build/velox_ep/_build/release/third_party/arrow_ep"