Skip to content

Commit 486cba6

Browse files
8.18.2 changelog (#2793) (#2794)
Co-authored-by: Josh Mock <[email protected]>
1 parent 28e826d commit 486cba6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/changelog.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
[[changelog-client]]
22
== Release notes
33

4+
[discrete]
5+
=== 8.18.2
6+
7+
[discrete]
8+
==== Fixes
9+
10+
[discrete]
11+
===== Ensure Apache Arrow ES|QL helper uses async iterator
12+
13+
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.
14+
415
[discrete]
516
=== 8.18.1
617

0 commit comments

Comments
 (0)