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); |
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.
yoj-project/repository-ydb-v2/src/main/java/tech/ydb/yoj/repository/ydb/YdbRepositoryTransaction.java
Line 429 in a5e854b