[GLUTEN-6887][VL] Daily Update Velox Version (2025_12_29)#11337
Merged
jinchengchenghh merged 1 commit intoapache:mainfrom Dec 31, 2025
Merged
[GLUTEN-6887][VL] Daily Update Velox Version (2025_12_29)#11337jinchengchenghh merged 1 commit intoapache:mainfrom
jinchengchenghh merged 1 commit intoapache:mainfrom
Conversation
zhouyuan
approved these changes
Dec 30, 2025
Member
zhouyuan
left a comment
There was a problem hiding this comment.
better to fill the Velox commits in the PR description as well, here's the cmd i used
git log last_commit_id..origin/main --pretty=format:"%h by %an, %s"
451ecb6 to
18fb153
Compare
QCLyu
pushed a commit
to QCLyu/incubator-gluten
that referenced
this pull request
Jan 8, 2026
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.
b959f0d89 by Ge Gao, fix: Disable SSD cache write when SSD is full (#15860)
a5bd8cd5a by Xiaoxuan Meng, refactor: Change key encoder namespace from exec to serializer (#15868)
4da242827 by Xiaoxuan Meng, refactor: Move KeyEncoder from velox/exec to velox/serializers (#15867)
64b217c63 by Xiaoxuan Meng, refactor: trival ApproxMostFrequentAggregate related code cleanup (#15866)
9377c95c0 by duanmeng, docs: Add sort analyze blog (#15856)
d9a87e74f by Xiaoxuan Meng, feat: Support normalized key encoder in Velox for sort optimizations (#15864)
6c5e02008 by Shrinidhi Joshi, Make Exchange client eager fetching behavior configurable (#15768)
37583860d by Pedro Eugenio Rocha Pedreira, perf(function): Avoid unnecessary string copies (#15863)
ba59291b1 by Shrinidhi Joshi, feat: Enable caching and re-use of HashTable in HashBuild operator (#15754)
5a46bce60 by Shrinidhi Joshi, feat: Add release callbacks to QueryCtx (#15858)
f7f995849 by Zac Wen, feat: Add maxEntries limit to SSD cache (#14879)
acee28e00 by Pedro Eugenio Rocha Pedreira, refactor: Make std::string conversions explicit (#15861)
ec451a1d4 by Pedro Eugenio Rocha Pedreira, refactor(query-ctx): Add builder pattern and documentation
7c409cc9c by Chang chen, feat: Enhance floating point value retrieval with type-specific handling in parquet reader (#15657)
e98e45e52 by beliefer, refactor: Remove unnecessary sizeof(char) (#15779)
4bd07a726 by Pedro Eugenio Rocha Pedreira, fix(variant): Variant string conversion logic on creation (#15855)
Velox branch: https://github.com/IBM/velox/tree/dft-2025_12_29
Related issue: #6887