Skip to content

[GLUTEN-6887][VL] Daily Update Velox Version (2026_07_16)#12527

Merged
FelixYBW merged 7 commits into
apache:mainfrom
GlutenPerfBot:tagging-2026_07_16
Jul 19, 2026
Merged

[GLUTEN-6887][VL] Daily Update Velox Version (2026_07_16)#12527
FelixYBW merged 7 commits into
apache:mainfrom
GlutenPerfBot:tagging-2026_07_16

Conversation

@GlutenPerfBot

@GlutenPerfBot GlutenPerfBot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Upstream Velox's New Commits:

53a990726 by Zhenyuan Zhao, fix(dwrf): Bound PATCHED_BASE gap chain to avoid OOB read (18106)
e1dd48045 by Hongze Zhang, refactor: Split `dwio/common/Statistics.h` to `.h` and `.cpp`
5219cafbd by oerling, feat(torchwave): Free intermediate tensors at last use (18119)
d8ceba11c by Wechar Yu, fix(spark): Support VARBINARY type in to_json function
1861f170f by Krishna Pai, fix: Revert folly double/float formatting goldens (18116)
ea4ae633b by Apurva Kumar, feat: Replace (union) an existing deletion vector on repeated mutation (18117)
a3c8b8657 by Zhenyuan Zhao, fix: Fix test failure (18103)
949c7309b by Deepak Majeti, feat(parquet): Add support for Timestamp type rowgroup filtering
0b01ba0ad by Deepak Majeti, fix(build): FBThrift warnings for parquet.thrift
1e7952ade by Apurva Kumar, test: NIMBLE Iceberg field-id end-to-end write+read test (18056)
332b91f61 by PRASHANT GOLASH, perf: Use DirectBufferedInput for Nimble (enable loadQuantum) (17948)
db15b91d3 by Liangcai Li, feat(cudf): Add Spark substring support
fe6aae45d by Reema, fix(cudf): Fix multi column `hash_with_seed` on GPU
049fe62d6 by Philo He, fix: Enable ANSI-compliant cast from VARCHAR to DECIMAL
c59294974 by Amit Dutta, fix(window): Fail gracefully on oversized window partitions (18102)
efb391ea4 by Richard Barnes, Update test goldens for folly double/float string formatting change
d12dbd60e by jkhaliqi, feat: Add CompressionKind_LZ4_HADOOP
7f6858340 by Daniel Bauer, fix(cudf): Support ms/s timestamp scalars on GPU
4991078e0 by Ping Liu, docs: Scope BMI/BMI2/F16C requirements to x86
4920e8bf3 by Ismaël Mejía, perf(dwio): Cross-platform bit-unpacking and level conversion
4cf8f85db by Ismaël Mejía, fix(hive): Wire file-handle-expiration-duration-ms to SimpleLRUCache (18072)
c1287a247 by meta-codesync[bot], misc: Add Thrift AllowLegacyMissingUris annotation to Velox files (18012)
c759d48ad by Raymond Lin, fix(dwio): Correct flat-map prefetch eligibility (18038)
039614eda by Ismaël Mejía, fix(dwio): Advance pointers in unpackNaive after decoding loop
a8c470526 by Durvesh Pilankar, docs: Fix duplicated words and typos
affccb3dc by Kyle Hubert, fix(ucx): Preserve shared exchange client on operator close (17752)

velox_branch: https://github.com/IBM/velox/commits/dft-2026_07_16

Related issue: #6887

Upstream Velox's New Commits:
8bece69ac by Linsong Wang, Merge branch 'ci-fix-pr' into staging-rebase-pr
669c9f2e4 by wforget, [OAP] Change SpillPartitionId::kMaxSpillLevel to 7
a6e61e605 by Ke Jia, [OAP]feat: Implement se/dser method for HashTable
f0b511b59 by Yuan, [OAP] [11771] Fix smj result mismatch issue in semi, anit and full outer join
7ab4ec425 by Rui Mo, feat: Allow subfield rename and deletion for Parquet format
53a990726 by Zhenyuan Zhao, fix(dwrf): Bound PATCHED_BASE gap chain to avoid OOB read (#18106)
e1dd48045 by Hongze Zhang, refactor: Split `dwio/common/Statistics.h` to `.h` and `.cpp`
5219cafbd by oerling, feat(torchwave): Free intermediate tensors at last use (#18119)
d8ceba11c by Wechar Yu, fix(spark): Support VARBINARY type in to_json function
1861f170f by Krishna Pai, fix: Revert folly double/float formatting goldens (#18116)
ea4ae633b by Apurva Kumar, feat: Replace (union) an existing deletion vector on repeated mutation (#18117)
a3c8b8657 by Zhenyuan Zhao, fix: Fix test failure (#18103)
949c7309b by Deepak Majeti, feat(parquet): Add support for Timestamp type rowgroup filtering
0b01ba0ad by Deepak Majeti, fix(build): FBThrift warnings for parquet.thrift
1e7952ade by Apurva Kumar, test: NIMBLE Iceberg field-id end-to-end write+read test (#18056)
332b91f61 by PRASHANT GOLASH, perf: Use DirectBufferedInput for Nimble (enable loadQuantum) (#17948)
db15b91d3 by Liangcai Li, feat(cudf): Add Spark substring support
fe6aae45d by Reema, fix(cudf): Fix multi column `hash_with_seed` on GPU
049fe62d6 by Philo He, fix: Enable ANSI-compliant cast from VARCHAR to DECIMAL
c59294974 by Amit Dutta, fix(window): Fail gracefully on oversized window partitions (#18102)
efb391ea4 by Richard Barnes, Update test goldens for folly double/float string formatting change
d12dbd60e by jkhaliqi, feat: Add CompressionKind_LZ4_HADOOP
7f6858340 by Daniel Bauer, fix(cudf): Support ms/s timestamp scalars on GPU
4991078e0 by Ping Liu, docs: Scope BMI/BMI2/F16C requirements to x86
4920e8bf3 by Ismaël Mejía, perf(dwio): Cross-platform bit-unpacking and level conversion
4cf8f85db by Ismaël Mejía, fix(hive): Wire file-handle-expiration-duration-ms to SimpleLRUCache (#18072)
c1287a247 by meta-codesync[bot], misc: Add Thrift AllowLegacyMissingUris annotation to Velox files (#18012)
c759d48ad by Raymond Lin, fix(dwio): Correct flat-map prefetch eligibility (#18038)
039614eda by Ismaël Mejía, fix(dwio): Advance pointers in unpackNaive after decoding loop
a8c470526 by Durvesh Pilankar, docs: Fix duplicated words and typos
affccb3dc by Kyle Hubert, fix(ucx): Preserve shared exchange client on operator close (#17752)
d1f09a430 by binwei yang, upgrade to gcc-133 + spark-3.5 build
6841cd103 by binwei yang, remove spark3.4
7531da59e by binwei yang, add cache key
e962632aa by Yuan, fix: Enable CI on IBM repo

Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
@github-actions github-actions Bot added the CORE works for Gluten Core label Jul 17, 2026
@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@github-actions

Copy link
Copy Markdown

Run Gluten Clickhouse CI on x86

@FelixYBW

Copy link
Copy Markdown
Contributor

spark-41 failure is a known issue. Merge the fix for now to handle next rebase

@FelixYBW
FelixYBW merged commit a9c410d into apache:main Jul 19, 2026
169 of 177 checks passed
@prestodb-ci

prestodb-ci commented Jul 19, 2026

Copy link
Copy Markdown

Rebase job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUILD CORE works for Gluten Core VELOX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants