[GLUTEN-6887][VL] Daily Update Velox Version (2025_09_11)#10685
Merged
rui-mo merged 2 commits intoapache:mainfrom Sep 11, 2025
Merged
[GLUTEN-6887][VL] Daily Update Velox Version (2025_09_11)#10685rui-mo merged 2 commits intoapache:mainfrom
rui-mo merged 2 commits intoapache:mainfrom
Conversation
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>
09b79d2 to
104ad92
Compare
104ad92 to
fa5338b
Compare
rui-mo
approved these changes
Sep 11, 2025
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>
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: