jihoonson commented on a change in pull request #6414: Period load/drop/broadcast rules should include the future by default URL: https://github.com/apache/incubator-druid/pull/6414#discussion_r226140737
########## File path: docs/content/operations/rule-configuration.md ########## @@ -73,9 +74,10 @@ Period load rules are of the form: * `type` - this should always be "loadByPeriod" * `period` - A JSON Object representing ISO-8601 Periods +* `includeFuture` - A JSON Boolean indicating whether the load period should include the future. Default is true. Review comment: Would you make it clear that this is an optional configuration? Same for other rules. ---------------------------------------------------------------- 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]
