vikrantmehta123 opened a new pull request, #23992:
URL: https://github.com/apache/datafusion/pull/23992

   ## 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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to