From 486cba656a2539969485dbd05367054c8bc94bb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 10:43:06 -0500 Subject: [PATCH] 8.18.2 changelog (#2793) (#2794) Co-authored-by: Josh Mock --- docs/changelog.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/changelog.asciidoc b/docs/changelog.asciidoc index a3c027708..ce4a101d4 100644 --- a/docs/changelog.asciidoc +++ b/docs/changelog.asciidoc @@ -1,6 +1,17 @@ [[changelog-client]] == Release notes +[discrete] +=== 8.18.2 + +[discrete] +==== Fixes + +[discrete] +===== Ensure Apache Arrow ES|QL helper uses async iterator + +The `esql.toArrowReader()` helper function was trying to return `RecordBatchStreamReader`, a synchronous iterator, despite the fact that the `apache-arrow` package was, in most cases, automatically coercing it to `AsyncRecordBatchStreamReader`, its asynchronous counterpart. It now is always returned as an async iterator. + [discrete] === 8.18.1