You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "scsmithr (via GitHub)" <gi...@apache.org> on 2023/04/16 15:32:35 UTC

[GitHub] [arrow-datafusion] scsmithr opened a new issue, #6027: Support DROP SCHEMA statements

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] jaylmiller commented on issue #6027: Support DROP SCHEMA statements

Posted by "jaylmiller (via GitHub)" <gi...@apache.org>.
jaylmiller commented on issue #6027:
URL: https://github.com/apache/arrow-datafusion/issues/6027#issuecomment-1518734913

   I need something like this for my own project so I can tackle this!


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed issue #6027: Support DROP SCHEMA statements

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #6027: Support DROP SCHEMA statements
URL: https://github.com/apache/arrow-datafusion/issues/6027


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] jaylmiller commented on issue #6027: Support DROP SCHEMA statements

Posted by "jaylmiller (via GitHub)" <gi...@apache.org>.
jaylmiller commented on issue #6027:
URL: https://github.com/apache/arrow-datafusion/issues/6027#issuecomment-1518742449

   I've tackled this in PR #6096 😀


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org