From ab0b38da9c6e1447e89ba93949adf4f969806f81 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Fri, 25 Apr 2025 10:28:06 -0500 Subject: [PATCH] 8.18.2 changelog --- 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