vrajat opened a new pull request, #15573:
URL: https://github.com/apache/pinot/pull/15573

   The InstanceRequest thrift object is used to send query execution 
information to the server by the broker. The object can only store information 
for a single table. For Logical Table support, the object needs to store 
information for a list of tables.
   
    Add a new thrift spec TableSegmentsInfo that stores that table name and 
list of segment names that have to be queried. Add a TableSegmentsInfo list to 
the the InstanceRequest spec.
   
    Closes #15558


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

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

Reply via email to