[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_22)#11152
Merged
zhouyuan merged 6 commits intoapache:mainfrom Nov 24, 2025
Merged
[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_22)#11152zhouyuan merged 6 commits intoapache:mainfrom
zhouyuan merged 6 commits intoapache:mainfrom
Conversation
Upstream Velox's New Commits: fb8d35644 by Mingliang Zhu, feat: Support int64_t value for Spark timestampadd function (#15459) 9bc0ce3b5 by Wei He, misc(fuzzer): Skip $internal$split_to_map in expression fuzzer (#15596) 235cb8238 by Devavret Makkar, feat: Add a CudfTpchBenchmark (#13695) e11eb4bc9 by Zac Wen, refactor: Name magic numbers in cache (#15553) Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
|
Run Gluten Clickhouse CI on x86 |
|
Run Gluten Clickhouse CI on x86 |
zml1206
reviewed
Nov 24, 2025
| .exclude("SPARK-42635: timestampadd near daylight saving transition") | ||
|
|
||
| // TODO: fix in Spark-4.0 | ||
| .exclude("SPARK-50669: timestampadd with long types") |
Contributor
There was a problem hiding this comment.
Velox currently does not support value larger than Int.MaxValue.
zml1206
approved these changes
Nov 24, 2025
|
Run Gluten Clickhouse CI on x86 |
Signed-off-by: Yuan <yuanzhou@apache.org>
d99726a to
3f0c860
Compare
|
Run Gluten Clickhouse CI on x86 |
Signed-off-by: Yuan <yuanzhou@apache.org>
|
Run Gluten Clickhouse CI on x86 |
zhouyuan
reviewed
Nov 24, 2025
| wget -nv ${mirror_host}/celeborn/celeborn-0.6.1/apache-celeborn-0.6.1-bin.tgz?action=download -P /opt/; \ | ||
| wget -nv ${mirror_host}/uniffle/0.9.2/apache-uniffle-0.9.2-incubating-bin.tar.gz?action=download -P /opt/; \ | ||
| wget -nv ${mirror_host}/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz -P /opt/; \ | ||
| wget -nv ${mirror_host}/celeborn/celeborn-0.5.4/apache-celeborn-0.5.4-bin.tgz?action=download -O /opt/apache-celeborn-0.5.4-bin.tgz; \ |
Member
There was a problem hiding this comment.
fixes the filename mismatch in docker image
Member
|
spark-4.0 issue: |
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_22
Related issue: #6887