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

Commit bcdaea4

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
- name: Install OAP optimized Arrow (C++ libs)
5454
run: |
5555
cd /tmp
56-
git clone https://github.com/oap-project/arrow.git
57-
cd arrow && git checkout arrow-4.0.0-oap && cd cpp
56+
git clone https://github.com/jackylee-ch/arrow.git
57+
cd arrow && git checkout parse_int94_to_milliseconds && cd cpp
5858
mkdir build && cd build
5959
cmake .. -DARROW_JNI=ON -DARROW_GANDIVA_JAVA=ON -DARROW_GANDIVA=ON -DARROW_PARQUET=ON -DARROW_ORC=ON -DARROW_CSV=ON -DARROW_HDFS=ON -DARROW_FILESYSTEM=ON -DARROW_WITH_SNAPPY=ON -DARROW_JSON=ON -DARROW_DATASET=ON -DARROW_WITH_LZ4=ON -DGTEST_ROOT=/usr/src/gtest && make -j2
6060
sudo make install

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/jackylee-ch/arrow.git --branch parse_int94_to_milliseconds $ARROW_SOURCE_DIR
6666
pushd $ARROW_SOURCE_DIR
6767

6868
cmake ./cpp \

0 commit comments

Comments
 (0)