This is an automated email from the ASF dual-hosted git repository.

hongze 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 288ac89b2 [VL] Daily Update Velox Version (2024_07_24) (#6567)
288ac89b2 is described below

commit 288ac89b2dc92b7df53d37e85a5f83444d8c7b05
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Wed Jul 24 19:49:45 2024 +0800

    [VL] Daily Update Velox Version (2024_07_24) (#6567)
---
 cpp/velox/CMakeLists.txt        | 49 ++++++++++++++++++-----------------------
 ep/build-velox/src/get_velox.sh |  2 +-
 2 files changed, 22 insertions(+), 29 deletions(-)

diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index 19e6591c6..4c37d1c28 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -234,30 +234,22 @@ macro(ADD_VELOX_DEPENDENCIES)
     connector::hive::iceberg::IcebergSplitReader
     
"${VELOX_COMPONENTS_PATH}/connectors/hive/iceberg/libvelox_hive_iceberg_splitreader.a"
   )
-  if(ENABLE_HDFS)
-    add_velox_dependency(
-      connector::hive::hdfs
-      
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/hdfs/libvelox_hdfs.a"
-    )
-  endif()
-  if(ENABLE_GCS)
-    add_velox_dependency(
-      connector::hive::gcs
-      
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/gcs/libvelox_gcs.a"
-    )
-  endif()
-  if(ENABLE_S3)
-    add_velox_dependency(
-      connector::hive::s3fs
-      
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/s3fs/libvelox_s3fs.a"
-    )
-  endif()
-  if(ENABLE_ABFS)
-    add_velox_dependency(
-      connector::hive::abfs
-      
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/abfs/libvelox_abfs.a"
-    )
-  endif()
+  add_velox_dependency(
+    connector::hive::hdfs
+    
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/hdfs/libvelox_hdfs.a"
+  )
+  add_velox_dependency(
+    connector::hive::gcs
+    
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/gcs/libvelox_gcs.a"
+  )
+  add_velox_dependency(
+    connector::hive::s3fs
+    
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/s3fs/libvelox_s3fs.a"
+  )
+  add_velox_dependency(
+    connector::hive::abfs
+    
"${VELOX_COMPONENTS_PATH}/connectors/hive/storage_adapters/abfs/libvelox_abfs.a"
+  )
   add_velox_dependency(
     dwio::dwrf::writer
     "${VELOX_COMPONENTS_PATH}/dwio/dwrf/writer/libvelox_dwio_dwrf_writer.a")
@@ -297,8 +289,8 @@ macro(ADD_VELOX_DEPENDENCIES)
 
     add_velox_dependency(
       tpch::gen "${VELOX_COMPONENTS_PATH}/tpch/gen/libvelox_tpch_gen.a")
-    add_velox_dependency(
-      dbgen "${VELOX_COMPONENTS_PATH}/tpch/gen/dbgen/libvelox_dbgen.a")
+    add_velox_dependency(dbgen
+                         "${VELOX_COMPONENTS_PATH}/tpch/gen/dbgen/libdbgen.a")
   endif()
 
   add_velox_dependency(
@@ -412,8 +404,9 @@ macro(ADD_VELOX_DEPENDENCIES)
     common::test_util
     "${VELOX_COMPONENTS_PATH}/common/testutil/libvelox_test_util.a")
 
-  add_velox_dependency(external::md5
-                       "${VELOX_COMPONENTS_PATH}/external/md5/libmd5.a")
+  add_velox_dependency(
+    external::md5
+    "${VELOX_COMPONENTS_PATH}/external/md5/libvelox_external_md5.a")
   add_velox_dependency(
     external::date
     "${VELOX_COMPONENTS_PATH}/external/date/libvelox_external_date.a")
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 818bdb99d..30e13926b 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -18,7 +18,7 @@ set -exu
 
 
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2024_07_23
+VELOX_BRANCH=2024_07_24
 VELOX_HOME=""
 
 #Set on run gluten on HDFS


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to