You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Insomnia0207 (via GitHub)" <gi...@apache.org> on 2023/11/28 09:03:30 UTC

[I] Couldn't get any query result when I use time as segmentPrunerTypes [pinot]

Insomnia0207 opened a new issue, #12059:
URL: https://github.com/apache/pinot/issues/12059

   After adding the following `routing` config
   ```
     "routing": {
       "segmentPrunerTypes": [
         "time"
       ],
       "instanceSelectorType": "replicaGroup"
     },
   ```
   When all segments are pruned on broker, I can't get any result.
   <img width="1100" alt="Screenshot 2023-11-28 at 5 01 39 PM" src="https://github.com/apache/pinot/assets/14816639/6c9c8266-34f8-448f-93a8-a73e249044c5">
   
   I am expecting 
   ```
   No records found
   ```


-- 
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-unsubscribe@pinot.apache.org.apache.org

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


Re: [I] Unexpected aggregation result when all segments are pruned [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #12059:
URL: https://github.com/apache/pinot/issues/12059#issuecomment-1839251342

   We should return a value for aggregation when all segments are pruned on the broker side


-- 
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-unsubscribe@pinot.apache.org

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


Re: [I] Couldn't get any query result when I use time as segmentPrunerTypes [pinot]

Posted by "walterddr (via GitHub)" <gi...@apache.org>.
walterddr commented on issue #12059:
URL: https://github.com/apache/pinot/issues/12059#issuecomment-1830115449

   the description should be:
   when adding the pruner
   ```
   SELECT COUNT(*) FROM tbl
   ```
   should return a single row of 0 instead of no row at all


-- 
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-unsubscribe@pinot.apache.org

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