Skip to content

docs: Fixes incorrect type name in UserDefinedLogicalNode comment - #23992

Merged
neilconway merged 1 commit into
apache:mainfrom
vikrantmehta123:fix/user-defined-logical-node-comment
Jul 30, 2026
Merged

docs: Fixes incorrect type name in UserDefinedLogicalNode comment#23992
neilconway merged 1 commit into
apache:mainfrom
vikrantmehta123:fix/user-defined-logical-node-comment

Conversation

@vikrantmehta123

@vikrantmehta123 vikrantmehta123 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

  • N/A. This fixes a trivial doc comment. No issue filed.

Rationale for this change

The doc comment in datafusion/expr/src/logical_plan/extension.rs incorrectly said it "derives UserDefinedLogicalNode to UserDefinedLogicalNode" ( It named the same type twice ). This PR fixes this trivial documentation.

What changes are included in this PR?

A single line containing the documentation fix, which corrects the source trait name from UserDefinedLogicalNode to UserDefinedLogicalNodeCore.

Are these changes tested?

No tests needed as this is a comment-only change.

Are there any user-facing changes?

No.

@github-actions github-actions Bot added the logical-expr Logical plan and expressions label Jul 30, 2026

@neilconway neilconway left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, @vikrantmehta123 !

@neilconway
neilconway enabled auto-merge July 30, 2026 11:12
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.77%. Comparing base (2e3626e) to head (ee8047c).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #23992      +/-   ##
==========================================
+ Coverage   80.75%   80.77%   +0.01%     
==========================================
  Files        1096     1096              
  Lines      373588   373769     +181     
  Branches   373588   373769     +181     
==========================================
+ Hits       301691   301894     +203     
+ Misses      53896    53865      -31     
- Partials    18001    18010       +9     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@neilconway
neilconway added this pull request to the merge queue Jul 30, 2026
Merged via the queue into apache:main with commit 455a3ad Jul 30, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

logical-expr Logical plan and expressions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants