-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] fetch_size doesn't seem to work as described #241
Comments
Hi @peter-iron thanks for reporting this issue, I tried to reproduce the error in my local cluster, but it is having proper behavior:
Could you provide the version information of the OpenSearch/ODFE you are using? |
I don't have admin access to the instance, so I'm inferring this:
|
Closing this since we're unable to reproduce. Feel free to reopen if more info you can provide. Thanks! |
dai-chen
pushed a commit
that referenced
this issue
Mar 15, 2023
* Added SIGNUM function to V2 engine (#241) * Added SIGNUM function to V2 engine, updated documentation, added unit/IT tests Signed-off-by: Matthew Wells <[email protected]> * fixed merge mistake Signed-off-by: Matthew Wells <[email protected]> * fixed merging error Signed-off-by: Matthew Wells <[email protected]> --------- Signed-off-by: Matthew Wells <[email protected]>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Mar 15, 2023
* Added SIGNUM function to V2 engine (#241) * Added SIGNUM function to V2 engine, updated documentation, added unit/IT tests Signed-off-by: Matthew Wells <[email protected]> * fixed merge mistake Signed-off-by: Matthew Wells <[email protected]> * fixed merging error Signed-off-by: Matthew Wells <[email protected]> --------- Signed-off-by: Matthew Wells <[email protected]> (cherry picked from commit 6496692)
Yury-Fridlyand
pushed a commit
that referenced
this issue
Mar 17, 2023
* Added SIGNUM function to V2 engine (#241) * Added SIGNUM function to V2 engine, updated documentation, added unit/IT tests Signed-off-by: Matthew Wells <[email protected]> * fixed merge mistake Signed-off-by: Matthew Wells <[email protected]> * fixed merging error Signed-off-by: Matthew Wells <[email protected]> --------- Signed-off-by: Matthew Wells <[email protected]> (cherry picked from commit 6496692) Co-authored-by: Matthew Wells <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hitting the /_opendistro/_sql endpoint with
fetch_size
in the body does not return acursor
field in the response even when it should. Providing a negative value does generate an error, so it is being provided and parsed properly and simply doesn't seem to have any impact on the return.To Reproduce
Steps to reproduce the behavior:
POST {"query": $query, "fetch_size": 2}
Expected behavior
I would expect to receive only 2 docs in response with a cursor entry that I could use in a subsequent
POST {"cursor": $cursor}
call to obtain more results from the same query.Plugins
Please list all plugins currently enabled.
Host/Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: