[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_24)#11168
Merged
FelixYBW merged 2 commits intoapache:mainfrom Nov 25, 2025
Merged
[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_24)#11168FelixYBW merged 2 commits intoapache:mainfrom
FelixYBW merged 2 commits intoapache:mainfrom
Conversation
Upstream Velox's New Commits: ee3dc33a7 by Henry2SS, fix: Fix SMJ comparison logic with two join keys (#14906) ffa685dd4 by wforget, fix: Correct `dayOfWeek` letter for SimpleDateTimeFormatter (#15517) 267ad70c8 by Ke Wang, fix: Fix parallel unit loader silently swallowing exception (#15593) 8eda6dc13 by joey.ljy, feat: Add support for Spark avg(decimal) aggregate function (#15244) 4ae7b9a92 by Pramod Satya, feat: Add rewrite for IN special form (#15488) 9d975e7c4 by Jialiang Tan, refactor: Move background time declaration to Operator.h (#15597) 0b78f37ff by Chengcheng Jin, feat(cudf): Support user defined gpu operator (#15375) b7a4d4a30 by NEUpanning, refactor: Calculate newSize only when values_ is readonly in FlatVector::ensureWritable (#15586) 924016997 by Zhen Li, feat: Add Spark div function (#14935) Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
Signed-off-by: Yuan <yuanzhou@apache.org>
|
Run Gluten Clickhouse CI on x86 |
Contributor
@zhouyuan Is there a PR for this? |
FelixYBW
approved these changes
Nov 25, 2025
zhouyuan
reviewed
Nov 25, 2025
| --off-heap-size=16g -s=1.0 --threads=16 --iterations=1 | ||
| if [ "${{ matrix.writer }}" = "sort" ]; then | ||
| if false; then # TODO: fix celeborn rss sort issue | ||
| GLUTEN_IT_JVM_ARGS=-Xmx16G sbin/gluten-it.sh queries-compare \ |
Member
There was a problem hiding this comment.
@kerwin-zk ran into similar issue as #11105
it seems when running q72 the worker starts to fail, is this also due to the disk space issue?
https://github.com/apache/incubator-gluten/actions/runs/19638873977/job/56279716156
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upstream Velox's New Commits:
velox_branch: https://github.com/IBM/velox/commits/dft-2025_11_24
Related issue: #6887