QiuMM edited a comment on issue #5869: Period load rules should include the future by default URL: https://github.com/apache/incubator-druid/issues/5869#issuecomment-425617187 @jihoonson I'm not sure why you think people need to update the date? If I just want to keep last 1 day data, then set the drop rule like this: `drop 1 day ago` and no need to change it as time goes by, `1 day ago` data will always be dropped. Besides, `1 day ago` for current hour is different from `1 day ago` for next hour, the coordinator should realize this and operate automatically just like the current approach for `LoadPeriodRule`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
