nsshashank91 opened a new issue #10575:
URL: https://github.com/apache/druid/issues/10575
OFFSET not working as expected
### Affected Version
0.18.1
### Description
Example query using limit and offset
{
"queryType":"scan",
"dataSource":"mydatasource",
"intervals": ["2020-11-01/2020-11-11"],
"limit":25,
"offset:25
}
{
"queryType":"scan",
"dataSource":"mydatasource",
"intervals": ["2020-11-01/2020-11-11"],
"limit":25,
"offset:50
}
Everytime returning same results for pagination for both the above queries.
----------------------------------------------------------------
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]