kgyrtkirk opened a new pull request, #17354:
URL: https://github.com/apache/druid/pull/17354

   * introduces `UnionQuery`
   * some changes to enable multiple input datasources for a `Query`
   * `UnionQuery` execution is driven by the `QueryExecutor` - which could 
later enable to reduce some complexity in `ClientQuerySegmentWalker`
   * to service `UnionQueryToolChest` methods properly there was a need to get 
access to other `ToolChest`-s ; most of the related test system refactor is 
done in #17331
   * renamed `UnionQueryRunner` to `UnionDataSourceQueryRunner`
   * `QueryRunnerFactoryConglomerate` could act as a `QueryToolChestWarehouse` 
which shaves of some unnecessary things here and there
   * PR contains https://github.com/apache/druid/pull/17331
   


-- 
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]

Reply via email to