Skip to content

Ability to choose the mode for Spliterator in YdbRepositoryTransaction.executeScanQuery #150

@std000

Description

@std000

YdbSpliterator has several issues described here: #42

It would be desirable to have a way to choose the Spliterator mode, similar to how it's implemented in readTable().
Currently, in the method YdbRepositoryTransaction.executeScanQuery, the Spliterator is created unconditionally.

YdbSpliterator<RESULT> spliterator = createSpliterator("scanQuery: " + yql, false);

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions