pepijnve commented on PR #25112: URL: https://github.com/apache/datafusion/pull/25112#issuecomment-5784485863
The remaining open question on this one is what to do with `drop catalog ... cascade`. `drop catalog ...` (which is equivalent to `drop catalog ... restrict`) would prevent non-empty external catalogs from being forgotten. `drop catalog ... cascade` would delete everything on your remote catalog. This has me wondering if we should use a different syntax to deal with connecting to and disconnecting from remote catalogs than `create external catalog` and `drop catalog`. I went for that in this PR since it seemed the natural extrapolation of `create external table`. -- 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]
