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

   ## Which issue does this PR close?
   
   Closes #19564
   
   ## Rationale for this change
   
   In the ticket itself, but tl;dr: makes it easier to keep passing around 
Logical Plans rather than needing a DataFrame, which is great for avoiding 
bringing in a Datafusion session if unneeded.
   
   ## What changes are included in this PR?
   
   Simply moves a few methods from `DataFrame` into a new trait and makes it 
wrap around it.
   
   ## Are these changes tested?
   
   Not yet, if I get approval from a maintainer that they're okay with this 
API, I will add snapshot tests / doctests. Marked as draft for that reason.
   
   ## 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