clintropolis commented on code in PR #19830: URL: https://github.com/apache/druid/pull/19830#discussion_r3937075571
########## docs/development/extensions-core/catalog.md: ########## @@ -43,6 +43,177 @@ allowing queries to be more concise, and simpler to write. This also allows the written into a defined column of the table is consistent with that columns definition, minimizing errors where unexpected data is written into a particular column of the table. +### SQL DDL + +Tables can be defined with SQL instead of by posting a table specification. `CREATE TABLE` and `ALTER TABLE` are Review Comment: cool, yea that seems nice, can look into that in a follow-up -- 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]
