Skip to content

[GLUTEN-6887][VL] Daily Update Velox Version (2025_12_03)#11247

Merged
FelixYBW merged 1 commit intoapache:mainfrom
GlutenPerfBot:tagging-2025_12_03
Dec 4, 2025
Merged

[GLUTEN-6887][VL] Daily Update Velox Version (2025_12_03)#11247
FelixYBW merged 1 commit intoapache:mainfrom
GlutenPerfBot:tagging-2025_12_03

Conversation

@GlutenPerfBot
Copy link
Copy Markdown
Contributor

@GlutenPerfBot GlutenPerfBot commented Dec 3, 2025

Upstream Velox's New Commits:

ba2d78eee by Rui Mo, fix(build): Ambiguity caused by long literal (15670)
953c2cc8e by Krishna Pai, fix: Fix broken build (15664)
33f740e0f by Jialiang Tan, misc: Remove ExchangeClient::kBackgroundCpuTimeMs (15599)
e8b1ac65e by Ke Wang, feat: Switch to use AsycSource for ParallelUnitLoader (15653)
7eaf45f96 by Xiao Du, misc: Updated MEM_POOL_CAP_EXCEEDED error message (15616)
0007f37c6 by Jialiang Tan, refactor: Extract common BaseSerializedPage API (15626)
5e3d5a717 by Ke Wang, fix: Do not wait for async load at ParallelUnitLoader destructor (15625)
c0455735e by generatedunixname89002005232357, Revert "feat: Add rewrite for IN special form" (15649)
fc70dbe02 by Natasha Sehgal, feat: Add fuzzer type transform for KHLL (15644)
d1ec7e78a by Jimmy Lu, feat: Add map to struct pushdown support to file readers (15545)
be0837f9c by Pedro Eugenio Rocha Pedreira, perf: Avoid StringView copy in folly/Conv.h (15639)
8ecb1a108 by Bikramjeet Vig, fix: Exception handling in cast from JSON (15617)
637547618 by Xiao Du, fix: Fix flaky test freeUnusedCapacityWhenReclaimMemoryPool (15612)
bcc64b7a0 by Xiao Du, misc: Add TopNRowNumber in MemoryArbitrationFuzzer (15598)
a62c85d55 by Xiao Du, fix: Fix flaky test SharedArbitrationTestWithParallelExecutionModeOnly.concurrentArbitration/parallel (15637)
bc8d017dc by Pedro Eugenio Rocha Pedreira, perf: Avoid string copy in IPAddressType (15638)
4d3409f29 by Masha Basmanova, refactor: Improve VeloxPromise API (15628)
1c7df4663 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Alias support for expression builder (15634)
fea5baae2 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Support untyped filter expressions (15611)
33248d500 by Masha Basmanova, feat: Enhance PlanConsistencyChecker to check columns used in lambda expressions (15635)
e953f06c5 by Amit Dutta, fix: Revert refactor: Remove enableConstantFolding flag from ExprCompiler" (15632)
fd0682b05 by Ping Liu, refactor: Add Iceberg connector (15581)
e336226b2 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Add fluent expression builder API (15615)

velox_branch: https://github.com/IBM/velox/commits/dft-2025_12_03

Related issue: #6887

Upstream Velox's New Commits:
ba2d78eee by Rui Mo, fix(build): Ambiguity caused by long literal (#15670)
953c2cc8e by Krishna Pai, fix: Fix broken build (#15664)
33f740e0f by Jialiang Tan, misc: Remove ExchangeClient::kBackgroundCpuTimeMs (#15599)
e8b1ac65e by Ke Wang, feat: Switch to use AsycSource for ParallelUnitLoader (#15653)
7eaf45f96 by Xiao Du, misc: Updated MEM_POOL_CAP_EXCEEDED error message (#15616)
0007f37c6 by Jialiang Tan, refactor: Extract common BaseSerializedPage API (#15626)
5e3d5a717 by Ke Wang, fix: Do not wait for async load at ParallelUnitLoader destructor (#15625)
c0455735e by generatedunixname89002005232357, Revert "feat: Add rewrite for IN special form" (#15649)
fc70dbe02 by Natasha Sehgal, feat: Add fuzzer type transform for KHLL (#15644)
d1ec7e78a by Jimmy Lu, feat: Add map to struct pushdown support to file readers (#15545)
be0837f9c by Pedro Eugenio Rocha Pedreira, perf: Avoid StringView copy in folly/Conv.h (#15639)
8ecb1a108 by Bikramjeet Vig, fix: Exception handling in cast from JSON (#15617)
637547618 by Xiao Du, fix: Fix flaky test freeUnusedCapacityWhenReclaimMemoryPool (#15612)
bcc64b7a0 by Xiao Du, misc: Add TopNRowNumber in MemoryArbitrationFuzzer (#15598)
a62c85d55 by Xiao Du, fix: Fix flaky test SharedArbitrationTestWithParallelExecutionModeOnly.concurrentArbitration/parallel (#15637)
bc8d017dc by Pedro Eugenio Rocha Pedreira, perf: Avoid string copy in IPAddressType (#15638)
4d3409f29 by Masha Basmanova, refactor: Improve VeloxPromise API (#15628)
1c7df4663 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Alias support for expression builder (#15634)
fea5baae2 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Support untyped filter expressions (#15611)
33248d500 by Masha Basmanova, feat: Enhance PlanConsistencyChecker to check columns used in lambda expressions (#15635)
e953f06c5 by Amit Dutta, fix: Revert refactor: Remove enableConstantFolding flag from ExprCompiler" (#15632)
fd0682b05 by Ping Liu, refactor: Add Iceberg connector (#15581)
e336226b2 by Pedro Eugenio Rocha Pedreira, feat(plan_builder): Add fluent expression builder API (#15615)

Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
@FelixYBW
Copy link
Copy Markdown
Contributor

FelixYBW commented Dec 4, 2025

@zhouyuan @marin-ma the 4 celeborn UT fail. any insight?

@marin-ma
Copy link
Copy Markdown
Contributor

marin-ma commented Dec 4, 2025

@kerwin-zk Could you help to take a look? Seems like celeborn CI jobs are unstable recently. I also encountered very frequent failures in my PR.

@zhouyuan
Copy link
Copy Markdown
Member

zhouyuan commented Dec 4, 2025

We ran into similar issue in the past few weeks, it may be due to not enough disk space in the GHA image
#11105 (comment)
We use to pre-install the source to speedup the downloading from apache mirror, however this may occupy some disk space.We may try with clean docker image for Celeborn tests

@FelixYBW
Copy link
Copy Markdown
Contributor

FelixYBW commented Dec 4, 2025

Let's ignore and merge the rebase then

@FelixYBW FelixYBW merged commit 48efe26 into apache:main Dec 4, 2025
139 of 151 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants