vrajat opened a new issue, #15656: URL: https://github.com/apache/pinot/issues/15656
The work consists of changes in `BaseSingleStageBrokerHandler` processing logical tables to extract metadata of multiple physical tables and pass a map of table, segment list to SSE query executor in each server. The SSE query executor on each server has to acquire metadata for all segments in the map and process them together. This task depends on a bunch of other tasks. * #15556 is required for logical table CRUD * #15557 is required to implement logical table operations by implementing `LogicalTableProvider` and `LogicalTableInfo` * #15558 is required to pass a map of table, segment list through the thrift protocol from the broker to server. * #15559 is required to implement logical table operations by implement `LogicalTableExecutionInfo` * #15574 is required to correctly support QPS and authentication for logical tables. -- 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: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org