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 cc1137d04d [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_11)
(#10171)
cc1137d04d is described below
commit cc1137d04d218918d6dc2896b6016e468556245c
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Sun Jul 13 10:20:17 2025 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2025_07_11) (#10171)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_07_11)
Upstream Velox's New Commits:
e92594e54 by Heidi Han, Fix shadow variable warning in CastExprTest.cpp
(#13962)
250fbc6ec by Ke Wang, fix: Initialize memory allocator for raw_vector
(#13748)
aaaa2f049 by Yi Cheng Lee, test: Add coverage for primitive type projection
(#14072)
ef8c40eb3 by Yi Cheng Lee, feat: Support MAP Type in TextWriter (#13858)
7316a8c78 by Pramod Satya, fix: Handle integer overflow in abs (#14035)
bde62d145 by Peter Enescu, feat: Add rule based input generation (#13326)
1a83c5177 by Pedro Eugenio Rocha Pedreira, feat(vector): EnsureWritable
support for FlatMapVector (#14066)
db33557af by Natasha Sehgal, docs: Digest Documentation (#13969)
a6c8130c9 by Yi Cheng Lee, feat: Support ARRAY Type in TextWriter (#14041)
0246b0627 by Yi Cheng Lee, fix: Suppport TIMESTAMP backward compatibilty
with TextReader (#14063)
1d20f6378 by Xiao Du, feat: Support timestamp as hive PartitionId (#13494)
460c6cab8 by Pedro Eugenio Rocha Pedreira, feat(vector): CopyRanges support
in FlatMapVector (#14013)
c8f4a0d61 by Xiaoxuan Meng, fix: Fix the next row offset set for rows with
duplicate keys (#14061)
Signed-off-by: Linsong Wang <[email protected]>
* ignore failed abs unit test
Signed-off-by: Yuan <[email protected]>
* ignore ut
Signed-off-by: Yuan <[email protected]>
---------
Signed-off-by: Linsong Wang <[email protected]>
Signed-off-by: Yuan <[email protected]>
Co-authored-by: Linsong Wang <[email protected]>
Co-authored-by: Yuan <[email protected]>
---
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 | 4 ++++
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 4 ++++
5 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 3eff9d49fb..142da597ca 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,11 +17,11 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_07_10
+VELOX_BRANCH=2025_07_11
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=main
+VELOX_ENHANCED_BRANCH=ibm-2025_07_11
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 a277da3dba..91dabb92a9 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
@@ -252,6 +252,8 @@ class VeloxTestSettings extends BackendTestSettings {
.exclude("random")
.exclude("SPARK-9127 codegen with long seed")
enableSuite[GlutenArithmeticExpressionSuite]
+ // https://github.com/apache/incubator-gluten/issues/10175
+ .exclude("SPARK-34742: Abs throws exception when input is out of range in
ANSI mode")
enableSuite[GlutenConditionalExpressionSuite]
enableSuite[GlutenDataFrameWindowFunctionsSuite]
// Spill not supported yet.
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 960dcf61cf..ceeaaa1de8 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
@@ -105,6 +105,8 @@ class VeloxTestSettings extends BackendTestSettings {
// Revised by setting timezone through config and commented unsupported
cases.
.exclude("cast string to timestamp")
enableSuite[GlutenArithmeticExpressionSuite]
+ // https://github.com/apache/incubator-gluten/issues/10175
+ .exclude("SPARK-34742: Abs throws exception when input is out of range in
ANSI mode")
enableSuite[GlutenBitwiseExpressionsSuite]
enableSuite[GlutenCastSuite]
.exclude(
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 6899d7adf4..47e8935cfa 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
@@ -88,6 +88,8 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenQueryParsingErrorsSuite]
enableSuite[GlutenArithmeticExpressionSuite]
.exclude("SPARK-45786: Decimal multiply, divide, remainder, quot")
+ // https://github.com/apache/incubator-gluten/issues/10175
+ .exclude("SPARK-34742: Abs throws exception when input is out of range in
ANSI mode")
enableSuite[GlutenBitwiseExpressionsSuite]
enableSuite[GlutenCastSuite]
.exclude(
@@ -789,6 +791,8 @@ class VeloxTestSettings extends BackendTestSettings {
// Legacy mode is not supported and velox getTimestamp function does not
throw
// exception when format is "yyyy-dd-aa".
.exclude("function to_date")
+ // https://github.com/apache/incubator-gluten/issues/10175
+ .exclude("function current_timestamp and now")
enableSuite[GlutenDeprecatedAPISuite]
enableSuite[GlutenDynamicPartitionPruningV1SuiteAEOff]
enableSuite[GlutenDynamicPartitionPruningV1SuiteAEOn]
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 dd6c84867e..23c89362d5 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
@@ -88,6 +88,8 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenQueryParsingErrorsSuite]
enableSuite[GlutenArithmeticExpressionSuite]
.exclude("SPARK-45786: Decimal multiply, divide, remainder, quot")
+ // https://github.com/apache/incubator-gluten/issues/10175
+ .exclude("SPARK-34742: Abs throws exception when input is out of range in
ANSI mode")
enableSuite[GlutenBitwiseExpressionsSuite]
enableSuite[GlutenCastSuite]
.exclude(
@@ -814,6 +816,8 @@ class VeloxTestSettings extends BackendTestSettings {
// Legacy mode is not supported and velox getTimestamp function does not
throw
// exception when format is "yyyy-dd-aa".
.exclude("function to_date")
+ // https://github.com/apache/incubator-gluten/issues/10175
+ .exclude("function current_timestamp and now")
enableSuite[GlutenDeprecatedAPISuite]
enableSuite[GlutenDynamicPartitionPruningV1SuiteAEOff]
enableSuite[GlutenDynamicPartitionPruningV1SuiteAEOn]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]