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

The QueryFunctionsDescriptor `fields()` method does not return the correct fields for certain functions. While most query functions are removed from the query tree almost immediately by the QueryOptionsFromQueryVisitor, several functions...

bug

The federated query planner will be making decisions on index holes by comparing index counts to frequency counts. To avoid having to backfill the index counts which may require scanning...

Se need to do a scrub of datawave and remove any uses of non-public and deprecated accumulo apis. Note that for non-public apis, there may be situations where that cannot...

The ContentFunctionsDescriptor will fail to parse the field from a scored phrase when calling `fieldsAndTerms` For example: Given a function like `content:scoredPhrase(FIELD, -1.5, termOffsetMap, 'foo', 'bar')` the call to fieldsAndTerms...

bug

Enable regex matching for functions in GroupingRequiredFilteredFunctions. Increase test coverage. Verify numeric regex matching works. Update existing unit tests in anticipating of merging in datawave-type-utils/pull/11 which makes changes to how...

The PushdownScheduler checks for InMemoryInstance (a library used only for tests) before getting its TabletLocator. I'll push a PR that abstracts this out so that it can be added by...

We are looking for the ability to specify a pattern for a forward mapping. So for example lets say today that FIELD1 -> FIELD2_A and FIELD2_B today, we have to...

It would be really nice if we could update the github actions to be able to run the docker compose quickstart and run some test queries with the latest services...

Query Microservice TODOs