mirror of https://github.com/apache/druid.git
fixes typo
This commit is contained in:
parent
7bdb46c650
commit
03515a4de6
|
@ -166,4 +166,4 @@ This can be used with the next query's pagingSpec:
|
|||
|
||||
}
|
||||
|
||||
Note that in the second query, an offset is specified and that it is 1 greater than the largest offset found in the initial results. To return the next "page", this offset must be incremented by 1 with each new query. When an empty results set is recieved, the very last page has been returned.
|
||||
Note that in the second query, an offset is specified and that it is 1 greater than the largest offset found in the initial results. To return the next "page", this offset must be incremented by 1 with each new query. When an empty results set is received, the very last page has been returned.
|
||||
|
|
Loading…
Reference in New Issue