vtlim commented on code in PR #15897: URL: https://github.com/apache/druid/pull/15897#discussion_r1506409515
########## 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 like both of those ideas. Since the native union behavior is the same, the new content can go in there, and removing the repeated `native` section won't have people wondering what the difference is. -- 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]
