This is an automated email from the ASF dual-hosted git repository.
marin-ma pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 73ca2130c3 [GLUTEN-6887][VL] Daily Update Velox Version (2026_06_04)
(#12230)
73ca2130c3 is described below
commit 73ca2130c38f01dd31060479f7e0f7b1239a8b80
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Jun 4 15:12:14 2026 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2026_06_04) (#12230)
* [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_06_04)
Upstream Velox's New Commits:
11d690a46 by Hongze Zhang, feat: Support casting from large
negative-exponent string to decimal (#17665)
0190e4c78 by Matt Karrmann, fix(exec): Preserve connector runtime stats on
early termination (#17392)
e28a54da0 by Ping Liu, fix(tests): Resolve test data file paths when
running binaries directly (#17636)
67f7deaf0 by Zac Wen, refactor: Extract initIndexConditions and
initNonIndexConditions (#17711)
1978cb092 by Zac Wen, refactor: Eliminate redundant findPartitionGroup
calls (#17708)
ef557e4da by Zhichen Xu, fix(RowNumber): Preserve rows under backpressure
(#17702)
ff4e359eb by Kevin Wilfong, fix(dwio): Fix use-after-free in
`prepareKeyPredicate<StringView>` (#17690)
9c49a4810 by brijrajk, test(parquet): Verify WriterOptions::encoding is
forwarded to Arrow writer (#17677)
Signed-off-by: glutenperfbot <[email protected]>
---------
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Rong Ma <[email protected]>
---
cpp/velox/CMakeLists.txt | 12 ++++++++++--
ep/build-velox/src/get-velox.sh | 4 ++--
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index a97c6e60b3..d0a59da032 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -462,6 +462,10 @@ if(ENABLE_GPU)
facebook::velox::velox_cudf_hive_connector
${VELOX_BUILD_PATH}/velox/experimental/cudf/connectors/hive/libvelox_cudf_hive_connector.a
)
+ import_library(
+ facebook::velox::velox_cudf_iceberg_connector
+
${VELOX_BUILD_PATH}/velox/experimental/cudf/connectors/hive/iceberg/libvelox_cudf_iceberg_connector.a
+ )
target_compile_definitions(
velox PRIVATE LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE)
@@ -473,9 +477,13 @@ if(ENABLE_GPU)
target_link_libraries(
velox
- PUBLIC facebook::velox::velox_cudf_exec facebook::velox::velox_cudf_vector
+ PUBLIC facebook::velox::velox_cudf_exec
+ facebook::velox::velox_cudf_vector
+ facebook::velox::velox_cudf_iceberg_connector
facebook::velox::velox_cudf_hive_connector
- facebook::velox::velox_cudf_expression cudf::cudf velox_curl)
+ facebook::velox::velox_cudf_expression
+ cudf::cudf
+ velox_curl)
endif()
add_custom_command(
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 2ffcc56092..3b1b3abcc9 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2026_06_02
-VELOX_ENHANCED_BRANCH=ibm-2026_06_02
+VELOX_BRANCH=dft-2026_06_04
+VELOX_ENHANCED_BRANCH=ibm-2026_06_04
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]