siddharthteotia commented on issue #8607:
URL: https://github.com/apache/pinot/issues/8607#issuecomment-1115493629

   One approach could be:
   
   - Send query to all segments and all servers
   - On the broker, pick the response with deepest tree and avoid merging 
across segments
   
   I think this is fairly simple
   
   While the above will address the general accuracy issues pointed out above 
associated with picking a random segment on a random server, there is still 
going to be some inaccuracy in the case where a server physical operator tree 
is indeed different for a segment. This can be done as another follow-up


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