317brian commented on code in PR #15548: URL: https://github.com/apache/druid/pull/15548#discussion_r1424722928
########## docs/querying/timeseriesquery.md: ########## @@ -126,10 +126,11 @@ The grand totals row will appear as the last row in the result array, and will h row even if the query is run in "descending" mode. Post-aggregations in the grand totals row will be computed based upon the grand total aggregations. -## Zero-filling +## Empty bucket values -Timeseries queries normally fill empty interior time buckets with zeroes. For example, if you issue a "day" granularity -timeseries query for the interval 2012-01-01/2012-01-04, and no data exists for 2012-01-02, you will receive: +By default Druid fills empty interior time buckets in the results of timeseries queries with the default value for the [aggregator function](./sql-aggregations.md). Review Comment: Missing comma ```suggestion By default, Druid fills empty interior time buckets in the results of timeseries queries with the default value for the [aggregator function](./sql-aggregations.md). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
