gianm commented on issue #10221: URL: https://github.com/apache/druid/issues/10221#issuecomment-786030055
@borasy To do that query, I think we'd want to extend the native "union" datasource (https://druid.apache.org/docs/latest/querying/datasource.html#union) to be able to accept "table" or "query" children instead of just "table". Then, the SQL layer could plan your query into a native "union" datasource on top of "query" children. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
