Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Surbhi-Vijay committed Oct 31, 2023
1 parent 5e11588 commit 3259c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3259c41

Please sign in to comment.