cgivre opened a new pull request, #2633: URL: https://github.com/apache/drill/pull/2633
# [DRILL-8287](https://issues.apache.org/jira/browse/DRILL-8287): Add Support for Keyset Based Pagination ## Description Some APIs such as HubSpot use values in the result set to indicate whether there are additional pages. This PR adds support for this kind of pagination. Note that current implementation only works for JSON based APIs. This PR also addresses [DRILL-8286](https://issues.apache.org/jira/browse/DRILL-8286), which is a minor bugfix for the GoogleSheets config. ## Documentation Updated Pagination.md. ## Testing Added unit tests and manually tested against Hubspot 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