scsmithr opened a new issue, #6027: URL: https://github.com/apache/arrow-datafusion/issues/6027
### Is your feature request related to a problem or challenge? We're able to create schemas with datafusion, but can't drop them. I'm mostly concerned about doing cleanup in sqllogictests that create schemas (e.g. https://github.com/apache/arrow-datafusion/pull/6022). Without a way to drop, we might end up with name conflicts. ### Describe the solution you'd like Support `DROP SCHEMA <schema> [CASCADE]` ### Describe alternatives you've considered Again, I'm mostly concerned about sqllogictests. The alternative being we just ensure every test case uses a unique schema name if it needs a schema. ### Additional context _No response_ -- 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]
