Deleted user

Results 75532 issues of Deleted user

In CSV response, [long strings](https://github.com/FasterXML/jackson-dataformat-csv/blob/master/src/main/java/com/fasterxml/jackson/dataformat/csv/impl/CsvEncoder.java#L26) are wrapped by double quotes. This effectively makes webservice return data different from Druid(longString -> "longString"). If [Jackson doesn't provide a solution for it](https://github.com/FasterXML/jackson-dataformats-text/issues/72), we...

It's going to be very useful if we are able to dynamically set/mutate the period of `LoadTask`. One use case is that when a health check is backed by a...

Downstream projects that want to implement [`loadMetricDictionary`](https://github.com/yahoo/fili/blob/master/fili-core/src/main/java/com/yahoo/bard/webservice/data/config/metric/MetricLoader.java#L29)(new version) get compiler error unless they are forced to implement the [deprecated version](https://github.com/yahoo/fili/blob/master/fili-core/src/main/java/com/yahoo/bard/webservice/data/config/metric/MetricLoader.java#L21). They should be able to implement the new version without...

For For @archolewa's request, API doc needs to be updated for constrained table queries introduced in https://github.com/yahoo/fili/pull/439

WIP

At this point, table endpoint can filter table availabilities. As planed in https://github.com/yahoo/fili/issues/306 and https://github.com/yahoo/fili/pull/310, dimensions and metrics should also be filtered

WIP

https://github.com/yahoo/fili/pull/439 implemented a new table endpoint - `/{tableName}/{granularity}/{dimensions:.*}`. Just like how data endpoint delegates `/{tableName}/{timeGrain}` request to `/{tableName}/{timeGrain}/{dimensions:.*}` endpoints, we should do the same for `/{tableName}/{granularity}` endpoint, because the two...

WIP

A test on swapping Lucene index files was turned off in https://github.com/yahoo/fili/pull/551. That test is turned on again

WIP

Before all translation is done, hyper links in translated docs all point to English version docs. Once all translation is finished, update all the links the translated docs to point...

WIP
DOCS

- The current Windows API based IDE should build out of the box if you add a Makefile - The GTK based IDE should also build with some modifications to...

IDE

When the Linux IDE is available.

Linux