[GLUTEN-6887][VL] Daily Update Velox Version (2026_08_14) - #12769
Merged
Conversation
Upstream Velox's New Commits: aae71e232 by Bradley Dice, fix(cudf): Link Iceberg test with gmock 54eed8163 by Natasha Sehgal, refactor: Allow subclassing ConcurrentRuntimeStatWriter 353180084 by zhichenxu-meta, refactor(rpc): Remove the legacy RPCNode flattened-args constructor (contract) (#18270) a571b61d4 by JiaKe, feat: Fix the full outer join result mismatch issue 3ccc2b4db by Pradeep Vaka, refactor(hive): Share partition value conversion (#18419) 1e3bf343b by Natasha Sehgal, feat(base): Add ConcurrentRuntimeStatWriter (#18416) a96d0415c by Philo He, fix(spark): Enable ANSI-compliant cast from DECIMAL to DECIMAL bafd65c57 by LingBin, refactor(memory): Use VELOX_MEM_LOG_EVERY_MS in SharedArbitrator 89417cdb1 by Matt Gara, fix(serializers): Fix stale null count in Presto deserialization ce06d6f62 by Karthikeyan, fix(test): Increase data size in spillPartitionBitsOverlap test 8ed45ee4d by kevinwilfong, perf: Bound RowsStreamingWindowBuild memory for large single partitions (#18378) 16ffaea1b by Hongze Zhang, refactor: Add format-specific runtime stats API 67eb83a97 by Rui Mo, fix: Parquet column reader options initialization order Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
Signed-off-by: Yuan <yuanzhou@apache.org>
zhouyuan
force-pushed
the
tagging-2026_08_14
branch
from
August 14, 2026 14:32
ba67842 to
f7a0cbb
Compare
Signed-off-by: Yuan <yuanzhou@apache.org>
zhouyuan
force-pushed
the
tagging-2026_08_14
branch
from
August 14, 2026 14:59
f7a0cbb to
abd0a00
Compare
zhouyuan
approved these changes
Aug 14, 2026
This was referenced Aug 15, 2026
felipepessoto
pushed a commit
to felipepessoto/gluten
that referenced
this pull request
Aug 15, 2026
… update The Delta-on-Gluten CI gate started reporting regressions (test failures not previously in known-failures.txt) after the daily Velox version bump in apache#12769, which pulled in upstream Velox commit a96d0415c "fix(spark): Enable ANSI-compliant cast from DECIMAL to DECIMAL". This changed DECIMAL cast/overflow/widening behavior. This adds the 4 newly-failing tests to known-failures.txt to unblock CI while the underlying behavior change is investigated. See apache#12779 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
felipepessoto
pushed a commit
to felipepessoto/gluten
that referenced
this pull request
Aug 16, 2026
… update The Delta-on-Gluten CI gate started reporting regressions (test failures not previously in known-failures.txt) after the daily Velox version bump in apache#12769, which pulled in upstream Velox commit a96d0415c "fix(spark): Enable ANSI-compliant cast from DECIMAL to DECIMAL". This changed DECIMAL cast/overflow/widening behavior. This adds the 4 newly-failing tests to known-failures.txt to unblock CI while the underlying behavior change is investigated. See apache#12779 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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-2026_08_14
Related issue: #6887