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); |