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

The tree equality visitor will call the following queries equal ``` ((_Bounded = true) && (NUM > '1' && NUM < '5')) and (_Bounded = true) && (NUM > '1'...

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 2.5.0 to 3.21.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...

dependencies

Bumps gs-main from 2.14.2 to 2.19.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.geoserver:gs-main&package-manager=maven&previous-version=2.14.2&new-version=2.19.6)](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

The existing datawave tracing mechanism needs to be tweaked so that it will work with our new microservices architecture.

Shard-specific query plans are created by the visitor function. We should add these query plans to the metrics for the query, and make the metrics viewable via the metrics endpoint....

enhancement

We may want to consider coalescing similar marker nodes within junctions at some point in the future. ``` # coalesce delayed predicates within a union A == '1' || ((_Delayed_...

The f column family in the DataMetadata table can get too large. We should consider aggregating the f column records into a single entry per field.

Fields can be added or removed from the index over time. We do not always handle cases where a field spans a time range where it's both indexed and not...

enhancement