gianm opened a new pull request #8711: Fix PeriodGranularity.bucketStart for days that don't start with midnight. URL: https://github.com/apache/incubator-druid/pull/8711 Sao Paulo daylight savings time in 2017 starts at midnight. When we spring forward, 00:00:00 doesn't exist. This patch fixes it by removing an assumption that hour zero exists. It also simplifies the code a bit. I can't think of a good reason for the existing code's somewhat more convoluted approach. Fixes #5200.
---------------------------------------------------------------- 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]
