Skip to content

Commit

Permalink
fix arrow build
Browse files Browse the repository at this point in the history
  • Loading branch information
binwei committed Aug 27, 2024
1 parent b7aac90 commit dca6142
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ dist/

/cpp-ch/local-engine/Parser/*_udf
!/cpp-ch/local-engine/Parser/example_udf


# build arrow
dev/arrow_ep/
ep/_ep/

4 changes: 4 additions & 0 deletions dev/build_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ VELOX_ARROW_BUILD_VERSION=15.0.0
ARROW_PREFIX=$CURRENT_DIR/../ep/_ep/arrow_ep
BUILD_TYPE=Release


export CFLAGS=" -g "
export CXXFLAGS=" -g "

function prepare_arrow_build() {
mkdir -p ${ARROW_PREFIX}/../ && pushd ${ARROW_PREFIX}/../ && sudo rm -rf arrow_ep/
wget_and_untar https://archive.apache.org/dist/arrow/arrow-${VELOX_ARROW_BUILD_VERSION}/apache-arrow-${VELOX_ARROW_BUILD_VERSION}.tar.gz arrow_ep
Expand Down

0 comments on commit dca6142

Please sign in to comment.