generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 182
Closed
opensearch-project/documentation-website
#9239Labels
PPLPiped processing languagePiped processing languagedocumentationImprovements or additions to documentationImprovements or additions to documentationecosystem Integration
Description
What is the bug?
According to documentation, https://opensearch.org/docs/latest/search-plugins/sql/sql-ppl-api/#request-body-fields, fetch_size should control the size of the responses we got back for both PPL and SQL requests. However, currently when i send requests with fetch_size in the dev tool, only SQL works; PPL responses do not seem to respect the fetch_size param and still return the full size responses.
How can one reproduce the bug?
Steps to reproduce the behavior:
- Go to dev tool
- type
POST _plugins/_ppl/
{
"fetch_size" : 1,
"query" : "source = opensearch_dashboards_sample_data_flights",
}
- Send the request
- See responses return with full size, but not size 1
What is your host/environment?
- Version 2.18
Do you have any screenshots?
Screen.Recording.2025-02-07.at.3.00.06.PM.mov
Do you have any additional context?
Add any other context about the problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PPLPiped processing languagePiped processing languagedocumentationImprovements or additions to documentationImprovements or additions to documentationecosystem Integration
Type
Projects
Status
Done