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
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.