8.18.2 changelog (#2793)
This commit is contained in:
@ -1,6 +1,17 @@
|
|||||||
[[changelog-client]]
|
[[changelog-client]]
|
||||||
== Release notes
|
== 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]
|
[discrete]
|
||||||
=== 8.18.1
|
=== 8.18.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user