datawave icon indicating copy to clipboard operation
datawave copied to clipboard

Iterator Builder should handle exceeded term thresholds

Open mineralntl opened this issue 2 years ago • 0 comments

Currently iterator building does not handle exceeded term markers and will fail queries. We should implement a way to convert query terms that have exceeded the system limit into Ivarators. When determining whether or not a query is executable, we should continue to mark as NON_EXEC when comparing against the global index, but EXEC when comparing against the field index.

Note: This is the long-term fix to #1560 and reverts the query marking to ERROR

mineralntl avatar May 24 '22 15:05 mineralntl