gianm commented on issue #2106: Zero filling does not work in timeseries queries. URL: https://github.com/apache/incubator-druid/issues/2106#issuecomment-508936804 No update, but it still seems relevant. The issue is that zero-filling happens on a per segment basis, so zeroes will only be filled in for intervals where the datasource has _some_ data. (Maybe filtered out for the query though, hence the fact that the timeseries needs a zero-fill.) The zero filling would need to happen a level or two higher up in order to cover intervals where there are no segments.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
