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 314 datawave issues
Sort by recently updated
recently updated
newest added

The phrase indexes that are gather could be reduced to only those fields that we are actually gathering excerpts for.

I would be nice to be able to hover over a paren in the query or query plan and to see where the matching parenthesis is. Both by highlighting and...

There is a while loop in docker-entrypoint.sh which waits for the identified process to die. However, once the process dies, if it returns a status code greater than 128 (which...

bug
Integration Tested

- parse out datatype and uid when handed a document range - List ivarator builds bounding ranges with datatype and uid Note: Filter, Range, and Regex ivarators not modified to...

Bumps [infinispan-core](https://github.com/infinispan/infinispan) from 9.4.21.Final to 13.0.10.Final. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.infinispan:infinispan-core&package-manager=maven&previous-version=9.4.21.Final&new-version=13.0.10.Final)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The query metric parameters tend to span many horizontal pages, usually due to the length of the return fields and/or limit fields parameters. We need to format that column in...

The #NO_EXPANSION function is currently a filter function, it should be a query function.

We have determined that the changes that were made for the grouping queries ( #1400 ) is causing a general slowdown of queries across the board. We don't know where...

The EvaluationPhaseFilterFunctions class has methods for single fielded `isNull` and `isNotNull` functions. When a multi-fielded `isNull` or `isNotNull` is in a query it is evaluated using the single fielded method...

enhancement
good first issue