techdocsmith commented on code in PR #15512: URL: https://github.com/apache/druid/pull/15512#discussion_r1419700827
########## docs/querying/timeseriesquery.md: ########## @@ -148,12 +149,11 @@ timeseries query for the interval 2012-01-01/2012-01-04, and no data exists for ] ``` -Time buckets that lie completely outside the data interval are not zero-filled. +Time buckets that lie completely outside the data interval are not filled with the default value. -You can disable all zero-filling with the context flag "skipEmptyBuckets". In this mode, the data point for 2012-01-02 -would be omitted from the results. - -A query with this context flag set would look like: +You can disable all NULL filling with the context flag "skipEmptyBuckets". Review Comment: ```suggestion You can disable all empty bucket filling with the context flag "skipEmptyBuckets". ``` -- 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]
