This is an automated email from the ASF dual-hosted git repository.
chengchengjin 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 d1586d7722 [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_28)
(#10962)
d1586d7722 is described below
commit d1586d7722347a4d2d727f0da6055eb0452fe0b1
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Tue Oct 28 22:06:41 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_28) (#10962)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_28)
Upstream Velox's New Commits:
dbaf08b53 by Han Yan, feat: Add topNRowNumber to trace tool (#15296)
9da586be3 by Pedro Eugenio Rocha Pedreira, refactor(filter): Enable users
to move strings in (#15298)
ba36ce064 by wypb, refactor: FileMetadata to support writing of ORC's proto
for ORC writing preparation (#12616)
7fb0a0ecd by Xiao Du, fix: Added yield check for HashProbe::getOutput
(#15286)
8c5e1bd22 by lingbin, docs: Move 'task_splits_count' to 'Task Execution'
category (#15294)
4e0d1e790 by aditi-pandit, fix: Update clang-format to 21.1.2 (from 18.1.3)
in CI (#15293)
9f94be092 by Sutou Kouhei, refactor: Use `re2::StringPiece` for
`RE2::FullMatch()` (#15259)
4d3fa8a50 by Pedro Eugenio Rocha Pedreira, refactor: Remove last few usages
of folly::StringPiece (#15283)
b7934844c by Rui Mo, fix: Allow companion functions when result type is not
resolvable given intermediate type (#11999)
1bb10de46 by Sutou Kouhei, fix: Fix wrong system Apache Thrift used
detection (#15261)
21af18583 by Nikita Lutsenko, clang-format | Format fbsource with
clang-format 21.
Signed-off-by: glutenperfbot <[email protected]>
* updat the agg test result
* exclude test
---------
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Chengcheng Jin <[email protected]>
---
.../org/apache/gluten/execution/VeloxAggregateFunctionsSuite.scala | 2 +-
ep/build-velox/src/get-velox.sh | 4 ++--
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 ++
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 ++
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 ++
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 ++
6 files changed, 11 insertions(+), 3 deletions(-)
diff --git
a/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxAggregateFunctionsSuite.scala
b/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxAggregateFunctionsSuite.scala
index 1ad6677172..5719931569 100644
---
a/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxAggregateFunctionsSuite.scala
+++
b/backends-velox/src/test/scala/org/apache/gluten/execution/VeloxAggregateFunctionsSuite.scala
@@ -116,7 +116,7 @@ abstract class VeloxAggregateFunctionsSuite extends
VeloxWholeStageTransformerSu
getExecutedPlan(df).count(
plan => {
plan.isInstanceOf[HashAggregateExecTransformer]
- }) == 4)
+ }) == 3)
}
}
}
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 7829c2d837..7aebb1aac0 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_26
+VELOX_BRANCH=2025_10_28
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_10_26
+VELOX_ENHANCED_BRANCH=ibm-2025_10_28
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
diff --git
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index 584905e493..e1db913720 100644
---
a/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -139,6 +139,8 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-22271: mean overflows and returns null for some decimal
variables")
// Rewrite this test since it checks the physical operator which is
changed in Gluten
.exclude("SPARK-27439: Explain result should match collected result after
view change")
+ // https://github.com/apache/incubator-gluten/issues/10963
+ .exclude("SPARK-35955: Aggregate avg should not return wrong results for
decimal overflow")
enableSuite[GlutenDataFrameNaFunctionsSuite]
.exclude(
diff --git
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index e036f539e8..cf147e46da 100644
---
a/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -721,6 +721,8 @@ class VeloxTestSettings extends BackendTestSettings {
.excludeGlutenTest("describe")
// Rewrite this test since it checks the physical operator which is
changed in Gluten
.exclude("SPARK-27439: Explain result should match collected result after
view change")
+ // https://github.com/apache/incubator-gluten/issues/10963
+ .exclude("SPARK-35955: Aggregate avg should not return wrong results for
decimal overflow")
enableSuite[GlutenDataFrameTimeWindowingSuite]
enableSuite[GlutenDataFrameTungstenSuite]
enableSuite[GlutenDataFrameWindowFunctionsSuite]
diff --git
a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index d351e707ca..cfed0f90c9 100644
---
a/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -770,6 +770,8 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-41048: Improve output partitioning and ordering with AQE
cache")
// Rewrite this test since it checks the physical operator which is
changed in Gluten
.exclude("SPARK-27439: Explain result should match collected result after
view change")
+ // https://github.com/apache/incubator-gluten/issues/10963
+ .exclude("SPARK-35955: Aggregate avg should not return wrong results for
decimal overflow")
enableSuite[GlutenDataFrameTimeWindowingSuite]
enableSuite[GlutenDataFrameTungstenSuite]
enableSuite[GlutenDataFrameWindowFunctionsSuite]
diff --git
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
index d21e39fafd..2b5c0ab78c 100644
---
a/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
+++
b/gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala
@@ -790,6 +790,8 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("SPARK-41048: Improve output partitioning and ordering with AQE
cache")
// Rewrite this test since it checks the physical operator which is
changed in Gluten
.exclude("SPARK-27439: Explain result should match collected result after
view change")
+ // https://github.com/apache/incubator-gluten/issues/10963
+ .exclude("SPARK-35955: Aggregate avg should not return wrong results for
decimal overflow")
enableSuite[GlutenDataFrameTimeWindowingSuite]
enableSuite[GlutenDataFrameTungstenSuite]
enableSuite[GlutenDataFrameWindowFunctionsSuite]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]