kgyrtkirk commented on code in PR #15897: URL: https://github.com/apache/druid/pull/15897#discussion_r1505761377
########## docs/querying/datasource.md: ########## @@ -211,6 +219,50 @@ Inline datasources are not available in Druid SQL. Refer to the [Query execution](query-execution.md#inline) page for more details on how queries are executed when you use inline datasources. +### Dynamic table append `TABLE(APPEND(...))` Review Comment: I've moved the section to be the next after `union` what do you think: * should this be made a subsection of `union`? * should I remove the `native` as that matches the standard union's behaviour? ########## docs/querying/datasource.md: ########## @@ -211,6 +219,50 @@ Inline datasources are not available in Druid SQL. Refer to the [Query execution](query-execution.md#inline) page for more details on how queries are executed when you use inline datasources. +### Dynamic table append `TABLE(APPEND(...))` Review Comment: referenced updated the query and referenced [table-level union](sql.md#table-level) as that's more closer to what the user might be working with thank you! ########## docs/querying/datasource.md: ########## @@ -211,6 +219,50 @@ Inline datasources are not available in Druid SQL. Refer to the [Query execution](query-execution.md#inline) page for more details on how queries are executed when you use inline datasources. +### Dynamic table append `TABLE(APPEND(...))` Review Comment: I've added a backreferencing paragraph to that as well -- 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]
