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

Commit a58671c

Browse files
committed
[DNM] testing new arrow
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
1 parent cce191a commit a58671c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-data-source/script/build_arrow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ echo "ARROW_SOURCE_DIR=${ARROW_SOURCE_DIR}"
6262
echo "ARROW_INSTALL_DIR=${ARROW_INSTALL_DIR}"
6363
mkdir -p $ARROW_SOURCE_DIR
6464
mkdir -p $ARROW_INSTALL_DIR
65-
git clone https://github.com/oap-project/arrow.git --branch arrow-4.0.0-oap $ARROW_SOURCE_DIR
65+
git clone https://github.com/zhouyuan/arrow.git --branch wip_async_parquet $ARROW_SOURCE_DIR
6666
pushd $ARROW_SOURCE_DIR
6767

6868
cmake ./cpp \

0 commit comments

Comments
 (0)