lgo opened a new issue #6145:
URL: https://github.com/apache/incubator-pinot/issues/6145


   With a partition column, say `type`, if we uploaded segments containing 
`type=foo` but had the following query over a non-existent value:
   
   
       SELECT * FROM table WHERE type = 'bar'
   
   
   The query appears to time out.
   
   Happy to provide more configuration details if that's helpful. This table 
also had a lot of data, so there could have been some slow-path scan happening 
instead.


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