martin-g commented on code in PR #25112: URL: https://github.com/apache/datafusion/pull/25112#discussion_r4080319120
########## docs/source/user-guide/sql/ddl.md: ########## @@ -35,6 +35,58 @@ CREATE DATABASE [ IF NOT EXISTS ] <i><b>catalog</i></b> CREATE DATABASE cat; ``` +## CREATE EXTERNAL CATALOG Review Comment: The documentation above uses `CREATE DATABASE ...` for _internal_ catalogs. Why the external ones use `CATALOG` instead of `DATABASE` ? Maybe we should just mention that they are synonyms ?! -- 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]
