You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support results_queue_size parameter in make_batch_reader api (#783)
* Support results_queue_size parameter in make_batch_reader api
* Test results_queue_size is propagated properly to the workers pool
* Update release notes
* Reformat unit test
Copy file name to clipboardExpand all lines: docs/release-notes.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Release notes
8
8
Release 0.12.1 (unreleased)
9
9
===========================
10
10
- `PR 777 <https://github.com/uber/petastorm/pull/777>`_: Remove ``LocalDiskArrowTableCache`` class as it was using deprecated pyarrow serialization API. Speed up ``LocalDiskCache`` by using the highest pickle protocol in cache serialization.
11
+
- `PR 783 <https://github.com/uber/petastorm/pull/783>`_: Support results_queue_size parameter in make_batch_reader API
0 commit comments