This is an automated email from the ASF dual-hosted git repository.
rui 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 80a5d3cde5 [GLUTEN-6887][VL] Daily Update Velox Version (2025_12_17)
(#11306)
80a5d3cde5 is described below
commit 80a5d3cde5702f77c627107ca8b4e0bfa5a827ed
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Dec 17 16:30:37 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_12_17) (#11306)
* [GLUTEN-6887][VL] Daily Update Velox Version (dft-2025_12_17)
Upstream Velox's New Commits:
41b34f5ea by James Gill, refactor(geo): Move GeometrySerde to
common/geospatial (#15782)
a2ed8ab9f by Heidi Han, fix: Add KHLL and SetDigest scalar functions to
fuzzer skiplist (#15784)
e1cd0a2da by Pedro Pedreira, fix: Add missing include in Iceberg test
(#15771)
feb01baba by Richard Barnes, fix: Fix unreachable-break issue in velox
(#15783)
e63868a88 by James Gill, refactor(geo): Move geospatial constants to
common/geospatial (#15780)
8e82d6190 by Jacob Khaliqi, feat(s3fs): Bump AWS_SDK_VERSION from 1.11.321
to 1.11.654 (#14915)
5f0964a3e by lingbin, refactor(exchange): Rename ExchangeQueue::atEnd_ to
noMoreInput_ for clarity (#15757)
Signed-off-by: glutenperfbot <[email protected]>
* Fix
---------
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Rui Mo <[email protected]>
---
dev/vcpkg/ports/aws-sdk-cpp/patch-relocatable-rpath.patch | 12 ------------
dev/vcpkg/ports/aws-sdk-cpp/portfile.cmake | 3 +--
dev/vcpkg/ports/aws-sdk-cpp/vcpkg.json | 2 +-
ep/build-velox/src/get-velox.sh | 4 ++--
4 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/dev/vcpkg/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
b/dev/vcpkg/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
deleted file mode 100644
index 1dc1cfd760..0000000000
--- a/dev/vcpkg/ports/aws-sdk-cpp/patch-relocatable-rpath.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 41d220d5fa..f6ee9a2a74 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -147,7 +147,6 @@ if (LEGACY_BUILD)
- endif ()
-
- # Add Linker search paths to RPATH so as to fix the problem where some
linkers can't find cross-compiled dependent libraries in customer paths when
linking executables.
-- set(CMAKE_INSTALL_RPATH_USE_LINK_PATH true)
-
- # build the sdk targets
- project("aws-cpp-sdk-all" VERSION "${PROJECT_VERSION}" LANGUAGES CXX)
diff --git a/dev/vcpkg/ports/aws-sdk-cpp/portfile.cmake
b/dev/vcpkg/ports/aws-sdk-cpp/portfile.cmake
index 59ae9ceeb9..3ec3854b0c 100644
--- a/dev/vcpkg/ports/aws-sdk-cpp/portfile.cmake
+++ b/dev/vcpkg/ports/aws-sdk-cpp/portfile.cmake
@@ -4,9 +4,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO aws/aws-sdk-cpp
REF "${VERSION}"
- SHA512
826be806ddd87eb452f97df70b19df4194e984775408d8f99246244b6949abcab583e4cbe1ae3bc5d61f3c78267d0e75ea9e69956188ab12e0318344a4314591
+ SHA512
aee9e7e733f4d54d58dc28b59374cb1457acde8634fc3319a22865ccece4e46f34ef96c0778a9ae3b6b1738cad71429a164913b1470de4dc32954a7c7bd04ff0
PATCHES
- patch-relocatable-rpath.patch
fix-aws-root.patch
lock-curl-http-and-tls-settings.patch
fix-awsmigrationhub-build.patch
diff --git a/dev/vcpkg/ports/aws-sdk-cpp/vcpkg.json
b/dev/vcpkg/ports/aws-sdk-cpp/vcpkg.json
index 93df560956..c8bd95b5f3 100644
--- a/dev/vcpkg/ports/aws-sdk-cpp/vcpkg.json
+++ b/dev/vcpkg/ports/aws-sdk-cpp/vcpkg.json
@@ -1,7 +1,7 @@
{
"$note": "Automatically generated by generateFeatures.ps1",
"name": "aws-sdk-cpp",
- "version": "1.11.285",
+ "version": "1.11.654",
"port-version": 1,
"description": "AWS SDK for C++",
"homepage": "https://github.com/aws/aws-sdk-cpp",
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 60de403d3e..1a54d73ca2 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-2025_12_16
-VELOX_ENHANCED_BRANCH=ibm-2025_12_16
+VELOX_BRANCH=dft-2025_12_17
+VELOX_ENHANCED_BRANCH=ibm-2025_12_17
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]