emgeee opened a new issue, #12020:
URL: https://github.com/apache/datafusion/issues/12020

   ### Is your feature request related to a problem or challenge?
   
   We're looking to extend the `LogicalPlanBuilder` via a trait, however we 
need to be able to access `LogicalPlanBuilder.plan` which is currently private.
   
   ### Describe the solution you'd like
   
   Either make LogicalPlanBuilder.plan public or add a public getter method 
that returns a reference to the `LogicalPlan`
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   Either solution will work for our current needs but I do not whether the 
preference is to make internal variables public or add getter methods.


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