Jackie-Jiang commented on issue #8770:
URL: https://github.com/apache/pinot/issues/8770#issuecomment-1137563201

   Hi, when you use `limit` with 2 arguments:
   The first argument: `offset`
   The second argument: `limit` (number of rows to return)
   
   So if you use `limit 200, 300`, Pinot will return rows of index `200-500`. 
If you want to get rows of index `200-300`, you may use `limit 200, 100`


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

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