[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_15)#11095
Merged
FelixYBW merged 4 commits intoapache:mainfrom Nov 17, 2025
Merged
[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_15)#11095FelixYBW merged 4 commits intoapache:mainfrom
FelixYBW merged 4 commits intoapache:mainfrom
Conversation
Upstream Velox's New Commits: 3863d7dcf by Jimmy Lu, fix: FileUtils::makePartName should throw on empty input (#15496) 9fe4388f3 by generatedunixname537391475639613, fbcode/velox/expression/ComplexViewTypes.h (#15448) 521f42998 by Kevin Wilfong, fix: FlatVector::resizeValues can lose existing values for opaque types (#15487) 646ea2ad2 by Taras Tsugrii, perf: Reserve space for holders_ in DecodedArgs constructor (#15418) 746d25783 by Pratik Pugalia, feat: InputGenerator Support For Time with Time zone (#15476) c74611466 by Shang Ma, misc(runtimestats): Add runtime metric to find the max cpu time of running drivers per operator and expose existing ioWaitWallNanos (#15354) e68177261 by Kk Pulla, misc: Change task termination log level to VLOG (#15481) 18957117f by Ping Liu, feat: Add support for evaluating Iceberg partition transforms (#15477) 3cf456f66 by Rui Mo, misc: Use ioCounter for pageLoadTimeNs (#15407) 2ebb9cfeb by Jacob Wujciak-Jens, build(CI): Add workflow to push weekly tags (#15446) Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
Contributor
|
Let's remove the oap copy pipeline and use ibm repo directly. |
Removed unused VELOX_ENHANCED_REPO variable and related assignments.
FelixYBW
approved these changes
Nov 17, 2025
Contributor
|
Celeborn UT is fixed in #11105 |
kerwin-zk
pushed a commit
to kerwin-zk/gluten
that referenced
this pull request
Nov 18, 2025
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_15) Upstream Velox's New Commits: 3863d7dcf by Jimmy Lu, fix: FileUtils::makePartName should throw on empty input (#15496) 9fe4388f3 by generatedunixname537391475639613, fbcode/velox/expression/ComplexViewTypes.h (#15448) 521f42998 by Kevin Wilfong, fix: FlatVector::resizeValues can lose existing values for opaque types (#15487) 646ea2ad2 by Taras Tsugrii, perf: Reserve space for holders_ in DecodedArgs constructor (#15418) 746d25783 by Pratik Pugalia, feat: InputGenerator Support For Time with Time zone (#15476) c74611466 by Shang Ma, misc(runtimestats): Add runtime metric to find the max cpu time of running drivers per operator and expose existing ioWaitWallNanos (#15354) e68177261 by Kk Pulla, misc: Change task termination log level to VLOG (#15481) 18957117f by Ping Liu, feat: Add support for evaluating Iceberg partition transforms (#15477) 3cf456f66 by Rui Mo, misc: Use ioCounter for pageLoadTimeNs (#15407) 2ebb9cfeb by Jacob Wujciak-Jens, build(CI): Add workflow to push weekly tags (#15446) --------- Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com> Co-authored-by: glutenperfbot <glutenperfbot@glutenproject-internal.com> Co-authored-by: BInwei Yang <felixybw@apache.org>
kerwin-zk
pushed a commit
to kerwin-zk/gluten
that referenced
this pull request
Nov 18, 2025
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_15) Upstream Velox's New Commits: 3863d7dcf by Jimmy Lu, fix: FileUtils::makePartName should throw on empty input (#15496) 9fe4388f3 by generatedunixname537391475639613, fbcode/velox/expression/ComplexViewTypes.h (#15448) 521f42998 by Kevin Wilfong, fix: FlatVector::resizeValues can lose existing values for opaque types (#15487) 646ea2ad2 by Taras Tsugrii, perf: Reserve space for holders_ in DecodedArgs constructor (#15418) 746d25783 by Pratik Pugalia, feat: InputGenerator Support For Time with Time zone (#15476) c74611466 by Shang Ma, misc(runtimestats): Add runtime metric to find the max cpu time of running drivers per operator and expose existing ioWaitWallNanos (#15354) e68177261 by Kk Pulla, misc: Change task termination log level to VLOG (#15481) 18957117f by Ping Liu, feat: Add support for evaluating Iceberg partition transforms (#15477) 3cf456f66 by Rui Mo, misc: Use ioCounter for pageLoadTimeNs (#15407) 2ebb9cfeb by Jacob Wujciak-Jens, build(CI): Add workflow to push weekly tags (#15446) --------- Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com> Co-authored-by: glutenperfbot <glutenperfbot@glutenproject-internal.com> Co-authored-by: BInwei Yang <felixybw@apache.org>
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:
Related issue: #6887