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 ba7a48475b [GLUTEN-6887][VL] Daily Update Velox Version (2025_03_10)
(#8942)
ba7a48475b is described below
commit ba7a48475b130f6a246dd62f589b26d27f8c32f2
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Mon Mar 10 23:14:32 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_03_10) (#8942)
Upstream Velox's New Commits:
98436ca8b by Jialiang Tan, fix: Absorb uncontrolled memory from hash table
and PO destination (12582)
c550daba4 by Xiao Du, feat(fuzzer): Add Fuzzer Test for fb_unescape (12504)
46d3ff91b by Zac Wen, refactor: Extract common util functions for SS
testing (12581)
ce977ce39 by Kevin Wilfong, fix: Presto UDF split_part does not match
Presto behavior for empty string delimiter (12583)
01a2eb185 by Peter Enescu, feat(fuzzer): Expand expression fuzzer skip list
for fb functions (12571)
898960eae by Yuxuan Chen, qualify format_to with `fmt::` (12573)
a5baebfa6 by Bikramjeet Vig, feat(json): Add support for recursive json
path operator (12568)
b582df586 by Bikramjeet Vig, fix(json): Enhance json extract implementation
to conform to jayway (12483)
33b995807 by Jialiang Tan, fix: Add memory pool support for raw_vector
(12547)
d4480c9f4 by Christian Zentgraf, fix(s3): Handle trailing slash for AWS
endpoint values (12570)
ca7e1786e by Jimmy Lu, fix: Wave build on GitHub (12579)
3207e085a by Jiaqi Zhang, feat: Support boolean in Velox approx_distinct
(12518)
c9f21722d by Masha Basmanova, fix: Fix compiler errors (12578)
b1e4eba5d by Yenda Li, feat: Expose file handle expiration as a hive config
(12556)
14346d267 by Bikramjeet Vig, fix(json): Ensure input is parsed as json for
json extract functions (12539)
598b9d31f by Bikramjeet Vig, misc: Add ability to remove a function from
all registries (12537)
8fee6f079 by Xin Zhang, feat: Add UUID to Varbinary casting (12544)
f52a5e97b by Jacob Khaliqi, refactor: Remove "extern void
registerXxxAggregate" declarations from RegisterAggregateFunctions.cpp (12561)
---
ep/build-velox/src/get_velox.sh | 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 ++
.../test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala | 2 ++
5 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 06d5bc3cec..799992ccc6 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
set -exu
VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_03_07
+VELOX_BRANCH=2025_03_10
VELOX_HOME=""
OS=`uname -s`
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 d8c795f059..6b8bd49f14 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
@@ -1129,6 +1129,8 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenSimpleShowCreateTableSuite]
enableSuite[GlutenStatisticsCollectionSuite]
.exclude("SPARK-33687: analyze all tables in a specific database")
+ .exclude("column stats collection for null columns")
+ .exclude("analyze column command - result verification")
enableSuite[FallbackStrategiesSuite]
enableSuite[GlutenHiveSQLQuerySuite]
enableSuite[GlutenCollapseProjectExecTransformerSuite]
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 4b382339b5..2a44f8376a 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
@@ -1160,6 +1160,8 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenSQLQueryTestSuite]
enableSuite[GlutenStatisticsCollectionSuite]
.exclude("SPARK-33687: analyze all tables in a specific database")
+ .exclude("column stats collection for null columns")
+ .exclude("analyze column command - result verification")
enableSuite[GlutenSubquerySuite]
.excludeByPrefix(
"SPARK-26893" // Rewrite this test because it checks Spark's physical
operators.
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 24c5edeed7..c713bfdaac 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
@@ -1196,6 +1196,8 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenStatisticsCollectionSuite]
// The output byte size of Velox is different
.exclude("SPARK-33687: analyze all tables in a specific database")
+ .exclude("column stats collection for null columns")
+ .exclude("analyze column command - result verification")
enableSuite[GlutenSubquerySuite]
.excludeByPrefix(
"SPARK-26893" // Rewrite this test because it checks Spark's physical
operators.
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 c8a18d6881..807ccb80be 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
@@ -1217,6 +1217,8 @@ class VeloxTestSettings extends BackendTestSettings {
enableSuite[GlutenStatisticsCollectionSuite]
// The output byte size of Velox is different
.exclude("SPARK-33687: analyze all tables in a specific database")
+ .exclude("column stats collection for null columns")
+ .exclude("analyze column command - result verification")
enableSuite[GlutenSubquerySuite]
.excludeByPrefix(
"SPARK-26893" // Rewrite this test because it checks Spark's physical
operators.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]