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 e407600869 [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_14)
(#10882)
e407600869 is described below
commit e40760086957b73a0fe53bb8ea6d98ca9d30a622
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Oct 14 19:08:42 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_14) (#10882)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_14)
Upstream Velox's New Commits:
fab261266 by James Gill, feat: Implement basic SpatialIndex (#15102)
5deb95a1f by Richard Barnes, Fix: Unreachable-fallthrough issue in velox
(#15146)
cac69582e by Paul Meng, fix: Addup expression stats in
PlanNodeStats::operator+=() (#15010)
b6846777d by Bikramjeet Vig, fix: error propagation in element_at UDF
(#15110)
d0b09340a by Christian Zentgraf, build(ci): Free more space for docker
builds (#15040)
757fdb1c1 by Xin Zhang, fix(dwio): Fix decompression in
ZlibDecompressionStream readOrSkip (#14726)
8f5e09f73 by Jacob Khaliqi, docs(geo): Fix typo for st_relate function
(#15067)
Signed-off-by: glutenperfbot <[email protected]>
* Fix error message
---------
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Rui Mo <[email protected]>
---
ep/build-velox/src/get_velox.sh | 4 ++--
.../src/test/resources/backends-velox/sql-tests/results/array.sql.out | 2 +-
.../resources/backends-velox/sql-tests/results/try_element_at.sql.out | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 3725ba8883..c70e5c372e 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_13
+VELOX_BRANCH=2025_10_14
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_13
+VELOX_ENHANCED_BRANCH=ibm-2025_10_14
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
diff --git
a/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/array.sql.out
b/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/array.sql.out
index ef1e96b1ba..300e57b0ef 100644
---
a/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/array.sql.out
+++
b/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/array.sql.out
@@ -216,7 +216,7 @@ select element_at(array(1, 2, 3), 0)
struct<>
-- !query output
org.apache.gluten.exception.GlutenException
-SQL array indices start at 1
+SQL array indices start at 1. Got 0.
-- !query
diff --git
a/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/try_element_at.sql.out
b/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/try_element_at.sql.out
index 77b6a1b143..c131141df5 100644
---
a/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/try_element_at.sql.out
+++
b/gluten-ut/spark35/src/test/resources/backends-velox/sql-tests/results/try_element_at.sql.out
@@ -5,7 +5,7 @@ SELECT try_element_at(array(1, 2, 3), 0)
struct<>
-- !query output
org.apache.gluten.exception.GlutenException
-SQL array indices start at 1
+SQL array indices start at 1. Got 0.
-- !query
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]