datawave icon indicating copy to clipboard operation
datawave copied to clipboard

DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.

Results 381 datawave issues
Sort by recently updated
recently updated
newest added

Bumps org.apache.zookeeper:zookeeper from 3.8.0 to 3.8.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.zookeeper:zookeeper&package-manager=maven&previous-version=3.8.0&new-version=3.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

This PR is a follow-up to #2251 (#2252)... #2252 fixed a bug related to max results override validation by leveraging `QueryLogic.getResultLimit` in [QEB's validateQuery method](https://github.com/NationalSecurityAgency/datawave/pull/2252/files#diff-b89e0695635addd618c1434a80eee4e9d5894b9dab38586aea3fe746c5d8de7aR562) That is, `getResultLimit` takes into...

Added new "coverage" module and made changes to enable the SonarQube/Jacoco code coverage reports. Uses a local SonarQube instance to keep track of the coverage report. It can run in...

Integration Tested

Dependency analysis runs in gitlab updated structure to remove most "unused declared" and "used undeclared" dependencies. A few still remain that are used that the tool falsely identifies as unused....

This fixes most of the Blocker level issues found by SonarQube. A few will require more substantial refactoring or redesigning of the code, so those will remain as they are....

Integration Tested

clears up a number of simple warnings that occur during the build. (another ticket will cover more of the complex ones that would need a bit of refactoring)

Adds a FederatedQueryPlanner that will break up a query into multiple queries scanning over subsets of the original target date range if field index holes are identified to be present...

The IngestTypePruningVisitor did not handle the following cases - `FIELD == null` - `!(FIELD == null)`