From 914e4ea4a6261772ffe6669cdfc74f33d891c61d Mon Sep 17 00:00:00 2001 From: Bill Oley Date: Mon, 30 Oct 2023 14:29:17 -0400 Subject: [PATCH] Update warehouse/query-core/src/main/java/datawave/core/iterators/DatawaveFieldIndexCachingIteratorJexl.java Co-authored-by: Moriarty <22225248+apmoriarty@users.noreply.github.com> --- .../core/iterators/DatawaveFieldIndexCachingIteratorJexl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse/query-core/src/main/java/datawave/core/iterators/DatawaveFieldIndexCachingIteratorJexl.java b/warehouse/query-core/src/main/java/datawave/core/iterators/DatawaveFieldIndexCachingIteratorJexl.java index 14c39eedc1..18b099589c 100644 --- a/warehouse/query-core/src/main/java/datawave/core/iterators/DatawaveFieldIndexCachingIteratorJexl.java +++ b/warehouse/query-core/src/main/java/datawave/core/iterators/DatawaveFieldIndexCachingIteratorJexl.java @@ -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.