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

   # Which issue does this PR close?
   Closes #6027
   
   # Rationale for this change
   
   Generally just a good feature to have. Exists in most databases.
   
   # What changes are included in this PR?
   
   - Add a new LogicalPlan node `DropSchema`
   - Modify parser to be able to parse `LogicalPlan::DropSchema`
   - Implement dropping schema in the datafusion context
   
   # Are these changes tested?
   Unit tests and sql integration tests
   
   # Are there any user-facing changes?
   this is a user-facing feature but everything is backwards compatible.


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