Laura Schanno

Results 42 comments of Laura Schanno

List of PRs created for this ticket. Subject to update. - #2488 - #2490 - #2491 - #2492 - #2496 - #2497 - #2498 - #2499 - #2500 - #2501...

Breaking this out into multiple sub-tickets since we now have that feature available.

Currently there are 90 distinct classes from Accumulo being used in Datawave that are not part of their public API. These can be listed via the following command while at...

@ivakegg I am interested in taking this ticket on. Can you go a bit more into detail about the error index process and where it is started in the EventMapper?

I think the bonus work makes more sense as a follow on ticket. I've created #3004 for it.

This PR is failing checks because we need to specifically allow the MeterFilter class within the apilyzer configuration. You need to insert the following: ```xml io[.]micrometer[.]core[.]instrument[.]config[.]MeterFilter ``` to core/pom.xml, directly...

@FineAndDandy the original values are returned rather than the truncated values because the ticket did not specify a requirement that the transformed values should be returned, just that sub-selecting should...

Tested this via quickstart. Adding the following to `warehouse/ingest-configuration/src/main/resources/config/shard-ingest-config.xml`: ```xml shardIdFactory.generator.1 datawave.ingest.mapreduce.handler.shard.ShiftOnDay shardIdFactory.generator.1.datatypes myjson shardIdFactory.generator.1.begin 20060101 shardIdFactory.generator.1.end 20130331 ``` Results in the following shards in the shard table after installing...

I'll work this ticket. There are several ways this can be implemented. For filtering fields, we could try integrating a third-party library such as [bohnman/squiggly](https://github.com/bohnman/squiggly) or something similar. If using...

@ivakegg agreed re. squiggly. I went with straightforward pagination for my pull request: https://github.com/NationalSecurityAgency/datawave-dictionary-service/pull/7