This is an automated email from the ASF dual-hosted git repository.
kejia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new b4ac7d9f1 [VL] Daily Update Velox Version (2024_06_20) (#6158)
b4ac7d9f1 is described below
commit b4ac7d9f10496c74a4bd215b6588733bfdec1715
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Jun 20 18:06:13 2024 +0800
[VL] Daily Update Velox Version (2024_06_20) (#6158)
---
cpp/velox/CMakeLists.txt | 3 +++
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index 4eed62562..c2d690a7e 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -264,6 +264,9 @@ macro(ADD_VELOX_DEPENDENCIES)
add_velox_dependency(
dwio::dwrf::reader
"${VELOX_COMPONENTS_PATH}/dwio/dwrf/reader/libvelox_dwio_dwrf_reader.a")
+ add_velox_dependency(
+ dwio::orc::reader
+ "${VELOX_COMPONENTS_PATH}/dwio/orc/reader/libvelox_dwio_orc_reader.a")
add_velox_dependency(
dwio::dwrf::utils
"${VELOX_COMPONENTS_PATH}/dwio/dwrf/utils/libvelox_dwio_dwrf_utils.a")
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 26374c2be..1b0a3ebed 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2024_06_19
+VELOX_BRANCH=2024_06_20
VELOX_HOME=""
#Set on run gluten on HDFS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]