Skip to content

[GLUTEN-6887][VL] Daily Update Velox Version (2025_09_11)#10685

Merged
rui-mo merged 2 commits intoapache:mainfrom
GlutenPerfBot:tagging-2025_09_11
Sep 11, 2025
Merged

[GLUTEN-6887][VL] Daily Update Velox Version (2025_09_11)#10685
rui-mo merged 2 commits intoapache:mainfrom
GlutenPerfBot:tagging-2025_09_11

Conversation

@GlutenPerfBot
Copy link
Copy Markdown
Contributor

Upstream Velox's New Commits:

630a4ea3c by Eric Jia, feat: Optimize type casting operations and instance type checking in PlanNode.cpp (14826)
345545a3d by Masha Basmanova, refactor: Remove unnecessary dependencies from velox_cursor lib (14828)
63f9644ea by Hongze Zhang, fix: Unused JSON field in `TableWriteNode::create` (14815)
afb250405 by Eric Jia, feat: Apply IndexLookupJoinBuilder to indexlookupjoin test (14823)
02552a666 by mbkkt, refactor: Use constants for special form names (14734)
d80d2db87 by Patrick Sullivan, feat: Implement geometry_to_dissolved_bing_tiles (14251)
546e42929 by Xiaoxuan Meng, fix: Rename emptyUnnestValueName to markerName and fix semantics (14814)
3b6844be8 by Patrick Sullivan, feat: Implement geometry_to_bing_tiles (14253)
548787898 by Masha Basmanova, refactor: Remove unnecessary registerConnectorFactory calls (14818)
f4a2056ce by mbkkt, fix: Make access O(1) instead of O(n), it should reduce overhead for large projections (14403)
aad99903c by Eric Jia, feat: Add IndexLookupJoinBuilder into PlanBuilder (14813)
5db2697f1 by Masha Basmanova, refactor: Delete Connector::metadata() API (14809)
226b92cef by wecharyu, fix: Spark get_json_object supports bigint number (14545)
67480c240 by Masha Basmanova, refactor: Delete connector metadata registries (14806)
716f477e1 by Zhenyuan Zhao, fix: Make setType() support RowVector with missing subfields (14791)
94fbcae7e by Christian Zentgraf, fix(build): Replace actor with owner for determining merge base (14706)
71a46d93e by Natasha Sehgal, feat: Add P4HyperLogLog Type (14626)
70c6392ee by Christian Zentgraf, fix(build): GCC13 compile errors (14781)
b2f3dedd5 by PHILO-HE, docs(spark-functions): Clarify ANSI-compliance (14698)
dfb493654 by Sutou Kouhei, feat(build): Add support for CMake package (14738)

Upstream Velox's New Commits:
630a4ea3c by Eric Jia, feat: Optimize type casting operations and instance type checking in PlanNode.cpp (#14826)
345545a3d by Masha Basmanova, refactor: Remove unnecessary dependencies from velox_cursor lib (#14828)
63f9644ea by Hongze Zhang, fix: Unused JSON field in `TableWriteNode::create` (#14815)
afb250405 by Eric Jia, feat: Apply IndexLookupJoinBuilder to indexlookupjoin test (#14823)
02552a666 by mbkkt, refactor: Use constants for special form names (#14734)
d80d2db87 by Patrick Sullivan, feat: Implement geometry_to_dissolved_bing_tiles (#14251)
546e42929 by Xiaoxuan Meng, fix: Rename emptyUnnestValueName to markerName and fix semantics (#14814)
3b6844be8 by Patrick Sullivan, feat: Implement geometry_to_bing_tiles (#14253)
548787898 by Masha Basmanova, refactor: Remove unnecessary registerConnectorFactory calls (#14818)
f4a2056ce by mbkkt, fix: Make access O(1) instead of O(n), it should reduce overhead for large projections (#14403)
aad99903c by Eric Jia, feat: Add IndexLookupJoinBuilder into PlanBuilder (#14813)
5db2697f1 by Masha Basmanova, refactor: Delete Connector::metadata() API (#14809)
226b92cef by wecharyu, fix: Spark get_json_object supports bigint number (#14545)
67480c240 by Masha Basmanova, refactor: Delete connector metadata registries (#14806)
716f477e1 by Zhenyuan Zhao, fix: Make setType() support RowVector with missing subfields (#14791)
94fbcae7e by Christian Zentgraf, fix(build): Replace actor with owner for determining merge base (#14706)
71a46d93e by Natasha Sehgal, feat: Add P4HyperLogLog Type (#14626)
70c6392ee by Christian Zentgraf, fix(build): GCC13 compile errors (#14781)
b2f3dedd5 by PHILO-HE, docs(spark-functions): Clarify ANSI-compliance (#14698)
dfb493654 by Sutou Kouhei, feat(build): Add support for CMake package (#14738)

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

#6887

@rui-mo rui-mo merged commit f37b0dd into apache:main Sep 11, 2025
55 checks passed
kevinwilfong pushed a commit to kevinwilfong/incubator-gluten that referenced this pull request Sep 12, 2025
* [GLUTEN-6887][VL] Daily Update Velox Version (2025_09_11)

Upstream Velox's New Commits:
630a4ea3c by Eric Jia, feat: Optimize type casting operations and instance type checking in PlanNode.cpp (#14826)
345545a3d by Masha Basmanova, refactor: Remove unnecessary dependencies from velox_cursor lib (#14828)
63f9644ea by Hongze Zhang, fix: Unused JSON field in `TableWriteNode::create` (#14815)
afb250405 by Eric Jia, feat: Apply IndexLookupJoinBuilder to indexlookupjoin test (#14823)
02552a666 by mbkkt, refactor: Use constants for special form names (#14734)
d80d2db87 by Patrick Sullivan, feat: Implement geometry_to_dissolved_bing_tiles (#14251)
546e42929 by Xiaoxuan Meng, fix: Rename emptyUnnestValueName to markerName and fix semantics (#14814)
3b6844be8 by Patrick Sullivan, feat: Implement geometry_to_bing_tiles (#14253)
548787898 by Masha Basmanova, refactor: Remove unnecessary registerConnectorFactory calls (#14818)
f4a2056ce by mbkkt, fix: Make access O(1) instead of O(n), it should reduce overhead for large projections (#14403)
aad99903c by Eric Jia, feat: Add IndexLookupJoinBuilder into PlanBuilder (#14813)
5db2697f1 by Masha Basmanova, refactor: Delete Connector::metadata() API (#14809)
226b92cef by wecharyu, fix: Spark get_json_object supports bigint number (#14545)
67480c240 by Masha Basmanova, refactor: Delete connector metadata registries (#14806)
716f477e1 by Zhenyuan Zhao, fix: Make setType() support RowVector with missing subfields (#14791)
94fbcae7e by Christian Zentgraf, fix(build): Replace actor with owner for determining merge base (#14706)
71a46d93e by Natasha Sehgal, feat: Add P4HyperLogLog Type (#14626)
70c6392ee by Christian Zentgraf, fix(build): GCC13 compile errors (#14781)
b2f3dedd5 by PHILO-HE, docs(spark-functions): Clarify ANSI-compliance (#14698)
dfb493654 by Sutou Kouhei, feat(build): Add support for CMake package (#14738)

Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>

* Fix unnest

---------

Signed-off-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
Co-authored-by: glutenperfbot <glutenperfbot@glutenproject-internal.com>
Co-authored-by: Rui Mo <rui@apache.org>
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