Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-194]Turn on several Arrow parameters #195

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion native-sql-engine/cpp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ macro(build_arrow STATIC_ARROW)
-DARROW_FILESYSTEM=ON
-DARROW_JSON=ON
-DARROW_FLIGHT=OFF
-DARROW_JEMALLOC=OFF
-DARROW_JEMALLOC=ON
-DARROW_SIMD_LEVEL=AVX512
-DARROW_RUNTIME_SIMD_LEVEL=AVX512
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like github action is running on some old servers, we may need to lower this to avx2

-DARROW_DEPENDENCY_SOURCE=BUNDLED
-DCMAKE_INSTALL_PREFIX=${ARROW_PREFIX}
-DCMAKE_INSTALL_LIBDIR=lib)
Expand Down