ydb-platform / yoj-project

YDB ORM for Java (YOJ) is a lightweight ORM for immutable entities. It has native support for YDB and is battle-tested.
Apache License 2.0
13 stars 12 forks source link

spliterator-bugfix: Spliterator fix #39

Closed lavrukov closed 9 months ago

lavrukov commented 9 months ago

Previously, we not colose the sliterator, but the Stream, which caused the test that checks what cannot be read from a closed stream to break.