This repository was archived by the owner on Sep 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ echo "ARROW_SOURCE_DIR=${ARROW_SOURCE_DIR}"
6262echo " ARROW_INSTALL_DIR=${ARROW_INSTALL_DIR} "
6363mkdir -p $ARROW_SOURCE_DIR
6464mkdir -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
6666pushd $ARROW_SOURCE_DIR
6767
6868cmake ./cpp \
You can’t perform that action at this time.
0 commit comments