Skip to content

Commit bce17f7

Browse files
GlutenPerfBotglutenperfbotzhouyuan
authored
[GLUTEN-6887][VL] Daily Update Velox Version (2025_10_25) (#10947)
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_10_25) Upstream Velox's New Commits: 61975b14d by Chengcheng Jin, fix: Fix Arrow large string import may overflow (#14921) 6867686f4 by wangguangxin.cn, fix: UnknownType should have 0 buffer when exporting to Arrow (#14156) 3ad3bd81a by aditi-pandit, docs: Add TopNRowNumberFuzzer documentation (#15249) 28c5f29f4 by Hongze Zhang, fix: Fix wrong result when pushing aggregation down to small Parquet pages (#14332) 2a4210bfc by Yolande Yan, feat: Add SetDigest type (#15281) dd53fc055 by Sutou Kouhei, fix(build): Add a missing space after "." in shared library warning message (#14719) f145ad3db by Zac Wen, feat: Add OrderByReplayer to trace tool (#15271) 0c7475e05 by Natasha Sehgal, misc: Optimize dense P4HLL cast with direct copy (#15265) b2d62c1f0 by Natasha Sehgal, misc: Revert std::move in Driver getOutput (#15276) 6109c9f64 by Hongze Zhang, fix: Fix unsafe varchar array vector produced by `variantToVector` API (#14586) d537e4d03 by alileclerc, docs: New VeloxCon China banner (#15238) 0bc990d70 by Pedro Eugenio Rocha Pedreira, refactor: Remove unsafe unimplemented function (#15275) 69636cdf5 by wecharyu, feat: Extend json path support in get_json_object Spark function (#15243) 1eb5dd63e by Peter Enescu, refactor: Use PrestoBatchSerializer for LocalRunnerService Thrift serialization (#15226) 41d3e31ec by James Gill, docs(geo): Add documentation for bingtile and geometry types (#15273) 83ec11c32 by Pedro Eugenio Rocha Pedreira, build: Fix CI builds (#15272) ca4cfb6b5 by Pedro Eugenio Rocha Pedreira, refactor: Remove usages of folly::StringPiece in Counters.h (#15266) c78385daf by mbkkt, fix: Disable some noisy .clang-tidy checks (#15135) b0afdf43c by Ping Liu, feat: Add TIME type support to Arrow bridge (#15029) d0f6a2429 by Ping Liu, fix: Remove redundant partition value handling in Iceberg column adaptation (#14516) Signed-off-by: glutenperfbot <[email protected]> * exclude failed ut 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]>
1 parent 6b4bbbc commit bce17f7

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

ep/build-velox/src/get-velox.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ set -exu
1818

1919
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
2020
VELOX_REPO=https://github.com/oap-project/velox.git
21-
VELOX_BRANCH=2025_10_24
21+
VELOX_BRANCH=2025_10_25
2222
VELOX_HOME=""
2323
RUN_SETUP_SCRIPT=ON
2424
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
25-
VELOX_ENHANCED_BRANCH=ibm-2025_10_24
25+
VELOX_ENHANCED_BRANCH=ibm-2025_10_25
2626
ENABLE_ENHANCED_FEATURES=OFF
2727

2828
# Developer use only for testing Velox PR.

gluten-ut/spark32/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ class VeloxTestSettings extends BackendTestSettings {
371371
enableSuite[GlutenJsonExpressionsSuite]
372372
// https://github.com/apache/incubator-gluten/issues/8102
373373
.exclude("$.store.book")
374+
// https://github.com/apache/incubator-gluten/issues/10948
375+
.exclude("$['key with spaces']")
374376
.exclude("$")
375377
.exclude("$.store.book[0]")
376378
.exclude("$.store.book[*]")

gluten-ut/spark33/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ class VeloxTestSettings extends BackendTestSettings {
155155
enableSuite[GlutenJsonExpressionsSuite]
156156
// https://github.com/apache/incubator-gluten/issues/8102
157157
.exclude("$.store.book")
158+
// https://github.com/apache/incubator-gluten/issues/10948
159+
.exclude("$['key with spaces']")
158160
.exclude("$")
159161
.exclude("$.store.book[0]")
160162
.exclude("$.store.book[*]")

gluten-ut/spark34/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ class VeloxTestSettings extends BackendTestSettings {
153153
enableSuite[GlutenJsonExpressionsSuite]
154154
// https://github.com/apache/incubator-gluten/issues/8102
155155
.exclude("$.store.book")
156+
// https://github.com/apache/incubator-gluten/issues/10948
157+
.exclude("$['key with spaces']")
156158
.exclude("$")
157159
.exclude("$.store.book[0]")
158160
.exclude("$.store.book[*]")

gluten-ut/spark35/src/test/scala/org/apache/gluten/utils/velox/VeloxTestSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ class VeloxTestSettings extends BackendTestSettings {
153153
enableSuite[GlutenJsonExpressionsSuite]
154154
// https://github.com/apache/incubator-gluten/issues/8102
155155
.exclude("$.store.book")
156+
// https://github.com/apache/incubator-gluten/issues/10948
157+
.exclude("$['key with spaces']")
156158
.exclude("$")
157159
.exclude("$.store.book[0]")
158160
.exclude("$.store.book[*]")

0 commit comments

Comments
 (0)