Skip to content
Closed
Changes from all commits
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: 2 additions & 2 deletions ep/build-arrow/src/get_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -exu
#setting gluten root path
ARROW_REPO=https://github.com/oap-project/arrow.git
ARROW_REPO=https://github.com/marin-ma/arrow-1.git
#for velox_backend
ARROW_BRANCH=backend_velox_main
ARROW_BRANCH=fix-compression-memorypool
#for gazelle backend
#ARROW_BRANCH=arrow-8.0.0-gluten-20220427a

Expand Down