Skip to content

Commit

Permalink
Update docs/querying/timeseriesquery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
techdocsmith authored Dec 7, 2023
1 parent 02c5a3d commit ae62e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/querying/timeseriesquery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ae62e08

Please sign in to comment.