This repository was archived by the owner on May 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ build-common:
5757 @sed -i " s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR} /thirdparty/velox/velox/substrait/proto/substrait/parameterized_types.proto
5858 @sed -i " s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR} /thirdparty/velox/velox/substrait/proto/substrait/plan.proto
5959 @sed -i " s/velox\/substrait\/proto\///g" ${CPP_SOURCE_DIR} /thirdparty/velox/velox/substrait/proto/substrait/type_expressions.proto
60+ @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
6061
6162 @mkdir -p ${CPP_BUILD_DIR}
6263 @cd ${CPP_BUILD_DIR} && \
Original file line number Diff line number Diff line change 6060 <scalatest .version>3.0.8</scalatest .version>
6161 <scalacheck .version>1.14.2</scalacheck .version>
6262 <slf4j .version>1.7.30</slf4j .version>
63- <junit .version>4.12 </junit .version>
63+ <junit .version>4.13.1 </junit .version>
6464 <hadoop .deps.scope>provided</hadoop .deps.scope>
6565 <spark .deps.scope>provided</spark .deps.scope>
6666 <checkstyle .failOnViolation>true</checkstyle .failOnViolation>
118118 <dependency >
119119 <groupId >com.puppycrawl.tools</groupId >
120120 <artifactId >checkstyle</artifactId >
121- <version >8.19 </version >
121+ <version >8.29 </version >
122122 </dependency >
123123 <dependency >
124124 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments