Skip to content

[GLUTEN-6887][VL] Daily Update Velox Version (2026_02_17)#11624

Open
GlutenPerfBot wants to merge 3 commits intoapache:mainfrom
GlutenPerfBot:tagging-2026_02_17
Open

[GLUTEN-6887][VL] Daily Update Velox Version (2026_02_17)#11624
GlutenPerfBot wants to merge 3 commits intoapache:mainfrom
GlutenPerfBot:tagging-2026_02_17

Conversation

@GlutenPerfBot
Copy link
Contributor

@GlutenPerfBot GlutenPerfBot commented Feb 17, 2026

Upstream Velox's New Commits:

54f466296 by Pedro Eugenio Rocha Pedreira, feat(cursor): Support parallel execution in TaskDebuggerCursor (16384)
2a7eb0840 by Shanyue Wan, feat: Add resolveVectorFunctionWithMetadataWithCoercions (16099)
6a4d205df by Suryadev Sahadevan Rajesh, docs: Add build badge for velox (16383)
6dbd60423 by Abhinav Mukherjee, Add the map_update UDF (15968)
9ea254547 by Bradley Dice, build(cuda): Add CUDA_VERSION build arg to adapters dockerfile (16234)
da458a4ea by Abhinav Mukherjee, Add the L2_NORM UDF (15970)
e7493488b by Muhammad Haseeb, fix(cudf): Fix Velox cuDF table scan tests (16335)
2c26f11b7 by PHILO-HE, misc: Optimize Spark dayname function (16194)
c07126302 by Rui Mo, fix: Load reused lazy vector in filter project (16108)
f5fec6c03 by Ping Liu, feat: Add IcebergConfig (16350)
8830b83f2 by Kent Yao, fix: Use XORShiftRandom in Spark rand function for compatibility (16308)
44f99c3d3 by Shruti, feat(cudf): Enable precomputation support for join filters (16212)
c99aa5555 by Shruti Shivakumar, feat(cudf): Support full outer join in Velox-cuDF (16229)
806c60fe6 by Jialiang Tan, feat: Add fast path to PrefixEncoding when no duplicates (16321)
99b6b832f by Kent Yao, fix(test): Fix race condition in SkewedPartitionRebalancerTest.serializedRebalanceExecution (16244)
e839804c0 by Simon Eves, fix(cudf): Fix velox_cudf_s3_read_test (16331)
f41a1bc39 by Karthikeyan Natarajan, refactor(cudf): Refactor Cudf Driver Adapter and CudfLocalPartition (16264)
0cbee9e96 by David Goode, feat(operator): Documentation for MixedUnion operator (16345)
786c53a26 by Muhammad Haseeb, fix(cudf): Update cuDF dependency tree to fix debug builds (16316)
d02f09fcd by Deepak Majeti, feat(cudf): Use BufferedInput enqueue/load APIs (16259)
b3c6e3b02 by Kk Pulla, fix(expr): Use stable folly::hasher for expression hashing (16284)
a4b3458b5 by Ke Wang, feat: Add ssdFlushThresholdBytes options to SSD cache (16313)
818f7f12c by Jiahao Liang, Populate WS IO stats for Velox SST Writer (16326)
6fc36a796 by Pedro Eugenio Rocha Pedreira, docs(blog): velox::StringView API Changes and Best Practices (16333)
f1f6e8e34 by Xiaoxuan Meng, feat: Add IndexReader interface for index-based lookups (16330)
b88ce66a7 by Jialiang Tan, feat: Add overriding file create config for different operators (16318)
887721970 by Bradley Dice, fix(cudf): Add missing Folly::folly dependency to velox_cudf_config_test (16319)
80ad4c170 by jiangtian, fix: Call prepareReuse on argVectors in AggregateWindow to clear string buffers (15680)
6f5a4853d by Xiaoxuan Meng, feat: Add batched index bounds encoding support to KeyEncoder (16329)
62c4a0615 by Xiaoxuan Meng, fix: Backout "Flush row group by buffered bytes in parquet writer" (16317)
0122842cd by Jialiang Tan, refactor: Move file io stats inside spill stats (16255)
d9caff3de by Abhinav Mukherjee, Add custom fuzzer tests for array_subset UDF (16027)
a88d36cd6 by Jialiang Tan, fix: Fix flaky SkewedPartitionRebalancerTest.serializedRebalanceExecution (16300)
e21b995f0 by Masha Basmanova, feat: Add EnforceDistinct operator (16297)
f0a3b54a4 by Kent Yao, feat(sparksql): Add transform with index parameter support (16211)
f5d95719a by Pedro Eugenio Rocha Pedreira, feat(python): Hook support in LocalDebuggerRunner (16291)
40f3787ab by Ping Liu, refactor(parquet): Arrow writer to align with Velox coding standards (16295)
0e99bded8 by Masha Basmanova, test: Enhance parsing of IF expressions in DuckParser (16294)
15da8e764 by Devavret Makkar, perf(cudf): Fix several usages of default stream (16258)
6984fc2cd by Christian Zentgraf, fix(build): Define serialize function in CudfHiveConnectorSplit (16287)
5ce6c4827 by Rui Mo, misc: Make `requests_` and `coalescedLoads_` protected (16249)
b7ac8b584 by Kent Yao, feat(function): Add randstr Spark function (16014)
022acc10f by Masha Basmanova, fix: Rename Type::isUnKnown() to isUnknown() (16292)
b3b3ee2d0 by Natasha Sehgal, feat: Add ExprSet and ExprMap type aliases using folly::F14 for expression deduplication (16272)
6e01ab2c1 by wecharyu, feat: Flush row group by buffered bytes in parquet writer (15751)
8c1a8aa1f by Ping Liu, feat(parquet): Add NaN statistics to Parquet writer (14725)
b9e6b55de by Kent Yao, feat: Add Spark monthname function (16011)
c2d2181be by Mariam Almesfer, test: Validate ANSI support for Spark CAST(decimal as string) (16124)
df3455499 by Chengcheng Jin, feat(sparksql): Add Spark to_pretty_string function (16245)
d42096b97 by David Goode, feat(operator): Velox MixedUnion support (16184)
843bea84c by Mohammad Linjawi, test: Validate Spark string-to-date cast (16092)
ad7805bf2 by Pedro Eugenio Rocha Pedreira, feat(cursor): Support custom callbacks on breakpoints (16267)

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

Related issue: #6887

Upstream Velox's New Commits:
54f466296 by Pedro Eugenio Rocha Pedreira, feat(cursor): Support parallel execution in TaskDebuggerCursor (#16384)
2a7eb0840 by Shanyue Wan, feat: Add resolveVectorFunctionWithMetadataWithCoercions (#16099)
6a4d205df by Suryadev Sahadevan Rajesh, docs: Add build badge for velox (#16383)
6dbd60423 by Abhinav Mukherjee, Add the map_update UDF (#15968)
9ea254547 by Bradley Dice, build(cuda): Add CUDA_VERSION build arg to adapters dockerfile (#16234)
da458a4ea by Abhinav Mukherjee, Add the L2_NORM UDF (#15970)
e7493488b by Muhammad Haseeb, fix(cudf): Fix Velox cuDF table scan tests (#16335)
2c26f11b7 by PHILO-HE, misc: Optimize Spark dayname function (#16194)
c07126302 by Rui Mo, fix: Load reused lazy vector in filter project (#16108)
f5fec6c03 by Ping Liu, feat: Add IcebergConfig (#16350)
8830b83f2 by Kent Yao, fix: Use XORShiftRandom in Spark rand function for compatibility (#16308)
44f99c3d3 by Shruti, feat(cudf): Enable precomputation support for join filters (#16212)
c99aa5555 by Shruti Shivakumar, feat(cudf): Support full outer join in Velox-cuDF (#16229)
806c60fe6 by Jialiang Tan, feat: Add fast path to PrefixEncoding when no duplicates (#16321)
99b6b832f by Kent Yao, fix(test): Fix race condition in SkewedPartitionRebalancerTest.serializedRebalanceExecution (#16244)
e839804c0 by Simon Eves, fix(cudf): Fix velox_cudf_s3_read_test (#16331)
f41a1bc39 by Karthikeyan Natarajan, refactor(cudf): Refactor Cudf Driver Adapter and CudfLocalPartition (#16264)
0cbee9e96 by David Goode, feat(operator): Documentation for MixedUnion operator (#16345)
786c53a26 by Muhammad Haseeb, fix(cudf): Update cuDF dependency tree to fix debug builds (#16316)
d02f09fcd by Deepak Majeti, feat(cudf): Use BufferedInput enqueue/load APIs (#16259)
b3c6e3b02 by Kk Pulla, fix(expr): Use stable folly::hasher for expression hashing (#16284)
a4b3458b5 by Ke Wang, feat: Add ssdFlushThresholdBytes options to SSD cache (#16313)
818f7f12c by Jiahao Liang, Populate WS IO stats for Velox SST Writer (#16326)
6fc36a796 by Pedro Eugenio Rocha Pedreira, docs(blog): velox::StringView API Changes and Best Practices (#16333)
f1f6e8e34 by Xiaoxuan Meng, feat: Add IndexReader interface for index-based lookups (#16330)
b88ce66a7 by Jialiang Tan, feat: Add overriding file create config for different operators (#16318)
887721970 by Bradley Dice, fix(cudf): Add missing Folly::folly dependency to velox_cudf_config_test (#16319)
80ad4c170 by jiangtian, fix: Call prepareReuse on argVectors in AggregateWindow to clear string buffers (#15680)
6f5a4853d by Xiaoxuan Meng, feat: Add batched index bounds encoding support to KeyEncoder (#16329)
62c4a0615 by Xiaoxuan Meng, fix: Backout "Flush row group by buffered bytes in parquet writer" (#16317)
0122842cd by Jialiang Tan, refactor: Move file io stats inside spill stats (#16255)
d9caff3de by Abhinav Mukherjee, Add custom fuzzer tests for array_subset UDF (#16027)
a88d36cd6 by Jialiang Tan, fix: Fix flaky SkewedPartitionRebalancerTest.serializedRebalanceExecution (#16300)
e21b995f0 by Masha Basmanova, feat: Add EnforceDistinct operator (#16297)
f0a3b54a4 by Kent Yao, feat(sparksql): Add transform with index parameter support (#16211)
f5d95719a by Pedro Eugenio Rocha Pedreira, feat(python): Hook support in LocalDebuggerRunner (#16291)
40f3787ab by Ping Liu, refactor(parquet): Arrow writer to align with Velox coding standards (#16295)
0e99bded8 by Masha Basmanova, test: Enhance parsing of IF expressions in DuckParser (#16294)
15da8e764 by Devavret Makkar, perf(cudf): Fix several usages of default stream (#16258)
6984fc2cd by Christian Zentgraf, fix(build): Define serialize function in CudfHiveConnectorSplit (#16287)
5ce6c4827 by Rui Mo, misc: Make `requests_` and `coalescedLoads_` protected (#16249)
b7ac8b584 by Kent Yao, feat(function): Add randstr Spark function (#16014)
022acc10f by Masha Basmanova, fix: Rename Type::isUnKnown() to isUnknown() (#16292)
b3b3ee2d0 by Natasha Sehgal, feat: Add ExprSet and ExprMap type aliases using folly::F14 for expression deduplication (#16272)
6e01ab2c1 by wecharyu, feat: Flush row group by buffered bytes in parquet writer (#15751)
8c1a8aa1f by Ping Liu, feat(parquet): Add NaN statistics to Parquet writer (#14725)
b9e6b55de by Kent Yao, feat: Add Spark monthname function (#16011)
c2d2181be by Mariam Almesfer, test: Validate ANSI support for Spark CAST(decimal as string) (#16124)
df3455499 by Chengcheng Jin, feat(sparksql): Add Spark to_pretty_string function (#16245)
d42096b97 by David Goode, feat(operator): Velox MixedUnion support (#16184)
843bea84c by Mohammad Linjawi, test: Validate Spark string-to-date cast (#16092)
ad7805bf2 by Pedro Eugenio Rocha Pedreira, feat(cursor): Support custom callbacks on breakpoints (#16267)

Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@rui-mo rui-mo force-pushed the tagging-2026_02_17 branch from d7e71d7 to 49b179c Compare February 18, 2026 10:15
@github-actions github-actions bot added the CORE works for Gluten Core label Feb 18, 2026
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants