gianm commented on issue #13327: URL: https://github.com/apache/druid/issues/13327#issuecomment-1321484263
I believe zero filling currently only fills in zeros for time buckets that are "internal" to the data in some existing segments, but that have no data points in them. For example, if you have a DAY granularity segment with data for every hour of the day except for 13h, then 13h will be zero filled. But hours for different days will not be zero filled. (IIRC) -- 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]
