datawave
datawave copied to clipboard
DataWave is an ingest/query framework that leverages Apache Accumulo to provide fast, secure data access.
- completed refactoring datatype-gathering logic from the IngestTypePruningVisitor to the IngestTypeVisitor. - add ShapesTest, a WiseGuys-style test with a focus on querying across datatypes - updated IngestTypePruningVisitor and IngestTypeVisitor tests...
The #NOEXPANSION function should support specifying multiple fields. Update the NoExpansion JEXL function implementation to allow multiple fields. Fixes #2341
Added support for batch processing, fixed bugs with tf processing offsets for multivalued fields, and extended unit test coverage
Pulling the proposed changes from #2187 in order to support downstream testing and changes
* The intermedite results mechanism which got fixed with the most recent unique mechanism resulted in this bug
Fixes #879 Reworks #1195 against the current integration branch... it was originally merged into feature/accumulo-2.0 but is missing in integration.
- Extracts age-off code and tests to its own module - Creates a new module containing age-off related utilities, such as generation of xml configuration files from a csv -...