[Backport 8.x] Add streaming support to Arrow helper (#2429)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2024-11-04 15:48:30 -06:00
committed by GitHub
parent 0e98719d60
commit dd9b38b051
7 changed files with 328 additions and 102 deletions

View File

@ -13,6 +13,11 @@
You can find all the API changes
https://www.elastic.co/guide/en/elasticsearch/reference/8.16/release-notes-8.16.0.html[here].
[discrete]
===== Support Apache Arrow in ES|QL helper
The ES|QL helper can now return results as an Apache Arrow `Table` or `RecordBatchReader`, which enables high-performance calculations on ES|QL results, even if the response data is larger than the system's available memory. See <<esql-helper>> for more information.
[discrete]
==== Fixes