Skip to content

Commit

Permalink
Update warehouse/query-core/src/main/java/datawave/core/iterators/Dat…
Browse files Browse the repository at this point in the history
…awaveFieldIndexCachingIteratorJexl.java

Co-authored-by: Moriarty <[email protected]>
  • Loading branch information
billoley and apmoriarty committed Oct 30, 2023
1 parent 3967def commit 78f0575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ else if (key.compareTo(this.lastRangeSeeked.getStartKey()) < 0) {

private void fillSortedSets() throws IOException {
String sourceRow = this.fiRow.toString();
// if we are running fillSortedSets as port of a re-seek after yield, then the fillSet threads would not have
// if we are running fillSortedSets as part of a re-seek after yield, then the fillSet threads would not have
// completed when a WaitWindowOverrunException was thrown and therefore the set would not have been marked as
// complete when setupRowBasedHdfsBackedSet was called at the top of this method. We will try to copy the
// RowBasedHdfsBackedSet from the previously used Ivarator and resume processing.
Expand Down

0 comments on commit 78f0575

Please sign in to comment.