From ae62e08cd9088975cc59a09088b2517f19e75b6b Mon Sep 17 00:00:00 2001 From: Charles Smith Date: Thu, 7 Dec 2023 13:54:05 -0800 Subject: [PATCH] Update docs/querying/timeseriesquery.md --- docs/querying/timeseriesquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/querying/timeseriesquery.md b/docs/querying/timeseriesquery.md index a5d8c0c1e601..5312250418c2 100644 --- a/docs/querying/timeseriesquery.md +++ b/docs/querying/timeseriesquery.md @@ -151,7 +151,7 @@ timeseries query for the interval 2012-01-01/2012-01-04 using the SUM aggregator Time buckets that lie completely outside the data interval are not filled with the default value. -You can disable all NULL filling with the context flag "skipEmptyBuckets". +You can disable all empty bucket filling with the context flag "skipEmptyBuckets". In this mode, Druid omits the data point 2012-01-02 from the results. For example: