foster33
foster33
This PR closes #877 - Adds a configurable cache that will prevent a field / term pair, that's actual value was already found in the index, from being re-normalized (if...
Aims to add query subplans to the metrics for the query. Also will make the subplans viewable via the metrics endpoint. Fixes #1229
Save statistics for the total number of events we evaluate for a given query including the number rejected, and returns that information to the webservice. This PR closes https://github.com/NationalSecurityAgency/datawave/issues/2096 Related...
Fixes #879 Reworks #1195 against the current integration branch... it was originally merged into feature/accumulo-2.0 but is missing in integration.
This PR removes a reference to apidocs that was missed in #2082 It should be removed since the reference points to a broken link. Commented it out to match the...
Within the datawave-quickstart, there are some scripts that use Python. When run using the Docker-quickstart, those scripts do not work. One that I found to not work properly was `ingest-tv-shows.sh`...
Fixes the problem where Discovery Queries could return fields, that were not marked as indexed in the metadata table, as results. Also adds a unit test to validate the fix.
This PR is part of the effort to standardize version property names across all repos to make it easier to update the version of an artifact across the board. Also...
Fixes [dictionary-service #32](https://github.com/NationalSecurityAgency/datawave-dictionary-service/issues/32) Before this change there were instances where timestamps within the LastUpdated column of the data dictionary would appear as large values with a "+" in front of...
Closes #2485 Ensures that proper exceptions are thrown when errors occur during JEXL parsing so the appropriate error codes are recorded in metrics. Will need two new error codes added...