You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/07/11 01:31:09 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on pull request #5672: Add SelectionQuerySegmentPruner to prune segments for simple selection queries

Jackie-Jiang commented on pull request #5672:
URL: https://github.com/apache/incubator-pinot/pull/5672#issuecomment-656960636


   > Does the `LIMIT 0` query response just contains the projected columns or all columns from schema? If so, do we even need one segment there? We can simply refer to the schema for columns and data types?
   
   @mayankshriv `LIMIT 0` query might contain columns and transform functions. So we still need to keep one segment to construct the TransformOperator in order to get all column types. No actual data fetch is required for that single segment.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org