This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 459eb802b6 [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_30)
(#10985)
459eb802b6 is described below
commit 459eb802b6cc44b440395636564d9c9335c3e7c2
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Fri Oct 31 07:59:19 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_30) (#10985)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_30)
Upstream Velox's New Commits:
2e3c99e81 by Kevin Wilfong, fix: HashJoins and HashAggregations may produce
incorrect results on types that support custom comparison (#15267)
b9bc9fd96 by Tal Galili, feat(velox): Add Student's t distribution
functions (t_cdf and inverse_t_cdf) (#15234)
8a5c63e73 by Eric Liu, test: Add unit tests for expression (#15264)
9e841f04c by Karthikeyan Natarajan, docs: Document cudf config settings
(#15305)
65294487e by Krishna Pai, misc: Backout `Support decimal as partition key
type in Hive write and read` (#15310)
2eba81e24 by Pratik Pugalia, feat: Add Support for Cast(time with timezone
as time) (#15242)
bb74bb3ab by Pratik Pugalia, feat: Add Support for cast from Varchar to
Time with Timezone (#15269)
b00c48235 by aditi-pandit, feat: Add TopNRank optimization (#14141)
3202ad044 by Jimmy Lu, perf: Reduce type parameter initialization cost and
memory usage (#15246)
27bb04094 by Natasha Sehgal, feat: Add native bit_length function (#15064)
909429d86 by mbkkt, refactor: Replace boost regex with re2 (#15134)
63e2c7dda by Christian Zentgraf, fix(build): Missing namespace in external
tz code (#15208)
Signed-off-by: glutenperfbot <[email protected]>
* fix iceberg compile
Signed-off-by: Yuan <[email protected]>
---------
Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan <[email protected]>
---
ep/build-velox/src/get-velox.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index ad18a2d2d8..17e1cdea3f 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,11 +18,11 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_10_29
+VELOX_BRANCH=2025_10_30
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_29
+VELOX_ENHANCED_BRANCH=ibm-2025_10_30_fix
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]