File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -822,8 +822,9 @@ bool TurtleStreamParser<T>::getLine(TurtleTriple* triple) {
822
822
823
823
// We will use the following trick: For a batch that is forwarded to the
824
824
// parallel parser, we will first increment `numBatchesTotal_` and then call
825
- // the following lambda after the batch has completely parsed and the result
826
- // pushed to the `tripleCollector_`. We thus get the invariant that `batchIdx_
825
+ // the following lambda after the batch has completely been parsed and the
826
+ // result pushed to the `tripleCollector_`. We thus get the invariant that
827
+ // `batchIdx_
827
828
// == numBatchesTotal_` iff all batches that have been inserted to the
828
829
// `parallelParser_` have been fully processed. After the last batch we will
829
830
// push another call to this lambda to the `parallelParser_` which will then
You can’t perform that action at this time.
0 commit comments