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
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:
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 withfetch_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:
What is your host/environment?
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.
The text was updated successfully, but these errors were encountered: