cgivre opened a new pull request, #2806: URL: https://github.com/apache/drill/pull/2806
# [DRILL-8437](https://issues.apache.org/jira/browse/DRILL-8437): Add Header Index Pagination (Please replace `PR Title` with actual PR Title) ## Description See below ## Documentation Updated README. ## Header Index Pagination Header index pagination is used when the API in question returns a link to the next page in the response header. Shopify is one such example of an API that does this. The only configuration option is the `nextPageParam` which is the parameter that Drill should look for in the response header. ```json "paginator": { "nextPageParam": "page", "method": "HEADER_INDEX" } ``` ## Testing Added UT and manually tested with Shopify API. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org