Skip to content

Commit

Permalink
Clarify fetch_size support for SQL (#9239)
Browse files Browse the repository at this point in the history
* Clarify fetch_size support

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* Update _search-plugins/sql/sql-ppl-api.md

Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Simeon Widdis <sawiddis@gmail.com>

---------

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@gmail.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
  • Loading branch information
Swiddis and kolchfa-aws authored Feb 19, 2025
1 parent 7a4399e commit 7def72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _search-plugins/sql/sql-ppl-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Field | Data Type | Description
:--- | :--- | :---
query | String | The query to be executed. Required.
[filter](#filtering-results) | JSON object | The filter for the results. Optional.
[fetch_size](#paginating-results) | integer | The number of results to return in one response. Used for paginating results. Default is 1,000. Optional. Only supported for the `jdbc` response format.
[fetch_size](#paginating-results) | integer | The number of results to return in one response. Used for paginating results. Default is 1,000. Optional. `fetch_size` is supported for SQL and requires using the `jdbc` response format.

#### Example request

Expand Down

0 comments on commit 7def72b

Please sign in to comment.