You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Backport 2.x] Support for pagination in v2 engine of SELECT * FROM <table> queries (#1684)
* Support for pagination in v2 engine of `SELECT * FROM <table>` queries (#1666)
v2 SQL engine can now paginate simple queries. Pagination is initiated by setting fetch_size property in the request JSON.
Pagination is implemented using the OpenSearch Scroll API. Please see pagination-v2.md for implementation details.
---------
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Max Ksyunz <[email protected]>
Co-authored-by: Yury-Fridlyand <[email protected]>
Co-authored-by: GabeFernandez310 <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
(cherry picked from commit 57ce303)
* Fix test build failure.
Somehow the import is required in 2.x but not 3.0
Signed-off-by: MaxKsyunz <[email protected]>
---------
Signed-off-by: MaxKsyunz <[email protected]>
Co-authored-by: Max Ksyunz <[email protected]>
0 commit comments