Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
velox no longer need arrow-8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jikunshang committed Apr 11, 2023
1 parent e970628 commit 04e7d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ build-common:
@sed -i "s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR}/thirdparty/velox/velox/substrait/proto/substrait/parameterized_types.proto
@sed -i "s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR}/thirdparty/velox/velox/substrait/proto/substrait/plan.proto
@sed -i "s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR}/thirdparty/velox/velox/substrait/proto/substrait/type_expressions.proto
@sed -i 's|"https://.*arrow.*tar.gz"|"https://github.com/apache/arrow/archive/refs/tags/apache-arrow-8.0.0.tar.gz"|g' ${CPP_SOURCE_DIR}/thirdparty/velox/third_party/CMakeLists.txt
# @sed -i 's|"https://.*arrow.*tar.gz"|"https://github.com/apache/arrow/archive/refs/tags/apache-arrow-8.0.0.tar.gz"|g' ${CPP_SOURCE_DIR}/thirdparty/velox/third_party/CMakeLists.txt

@mkdir -p ${CPP_BUILD_DIR}
@cd ${CPP_BUILD_DIR} && \
Expand Down

0 comments on commit 04e7d6e

Please sign in to comment.