Slackbot
12/13/2022, 11:16 AMSergio Ferragut
12/13/2022, 6:29 PMlimit and offset parameters. It does not have the "fromnext":"true" functionality that existed in the Select query type though.Yogesh Singh
12/13/2022, 6:34 PMYogesh Singh
12/13/2022, 6:39 PMTish Johnson
12/16/2022, 2:17 PMThe work around is to take the pagingIdentifiers returned by Druid and strip them down to only the last (latest) segment. That is returned to the web app, which includes it in the request for the next page just like the current implementation. But when the service receives that request, it parses out the starting time of the segment and uses that as the start date on the interval for the query.
Let me know if that helps.Yogesh Singh
12/16/2022, 7:41 PMYogesh Singh
12/16/2022, 8:09 PMYogesh Singh
12/16/2022, 8:10 PM