Deleted user

Results 75580 issues of Deleted user

Contains filter on dimension with huge cardinality slows down query and can even timeout.

In order to upgrade `javax validation-api` to its latest version, groovy version needs to go at least above a beta version (https://issues.apache.org/jira/browse/GROOVY-8356). We don't want Fili to take risk of...

BUG

https://github.com/yahoo/fili/pull/673

This is a follow up issue for https://github.com/yahoo/fili/issues/652 .

TECH-DEBT

It would be more generic and useful if we can make [KeyValueStore](https://github.com/yahoo/fili/blob/master/fili-core/src/main/java/com/yahoo/bard/webservice/data/dimension/KeyValueStore.java) applicable to all types of data, not just String. Something like ```java KeyValueStore ```

TECH-DEBT

In `EnumUtils.forKey()` method, key type can really be generalized so that we don't need 2 separate methods for String and int keys

EXTENSIBILITY

This can help us identify un-tested codes and improve our testing

The style check output of CodeNarc is not human-readable friendly, making people really difficult to spot the actual errors. Also, the current version of CodeNarc is pretty old. Need a...

When a Druid instance has datasources with segments of different intervals, a query that touches union-ed datasources can return no data with missing intervals, because these datasources have different data...

There is no other way of understanding features in https://github.com/yahoo/fili/blob/master/fili-core/src/main/java/com/yahoo/bard/webservice/config/BardFeatureFlag.java unless they dive into the code base, which doesn't sound very user-friendly. There should be a doc page that explains...