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


   we have a query like below, created_at is the time column
   ```
   SELECT transaction_id, count(*) as cnt FROM point_transaction where 
created_at >=1616760000 and created_at < 1616846400 group by transaction_id 
having cnt > 1 limit 400
   ```
   It is returning random results, sometimes 38 items, sometimes 20 items. In 
our dataset it should have much more than 400.


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to