alamb opened a new pull request, #6144:
URL: https://github.com/apache/arrow-datafusion/pull/6144

   Extract `LogicalPlan::Drop*` DDL related plan structures into 
`LogicalPlan::Ddl`
   
   # Which issue does this PR close?
   
   Closes https://github.com/apache/arrow-datafusion/issues/1281
   
   # Rationale for this change
   
   While reviewing https://github.com/apache/arrow-datafusion/pull/6096 from 
@jaylmiller  I noticed that the LogicalPlan was getting quite large for the 
various Catalog manipulation statements
   
   # What changes are included in this PR?
   
   Move `LogicalPlan::Drop*` variants into `LogicalPlan::Ddl`  to keep them 
more isolated
   
   # Are these changes tested?
   
   Covered by existing tests
   
   # Are there any user-facing changes?
   Yes, this is an API change -- some LogicalPlan variants are now wrapped up 
another layer of struct
   


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

Reply via email to