Build Update for apache/druid ------------------------------------- Build: #34419 Status: Broken
Duration: 9 mins and 58 secs Commit: 76d281d (master) Author: Gian Merlino Message: Enable allocating segments at ALL granularity. (#12003) * Enable allocating segments at ALL granularity. The main change is that Granularity.granularitiesFinerThan will return ALL if ALL is passed in. Allocating segments at ALL granularity is somewhat unconventional, but there is nothing wrong with it, and it actually makes a lot of sense for tables that are meant to be used for lookups or dimensions rather than main fact tables. This change enables ALL segmentGranularity to work properly in appendToExisting mode. Also clarifies behavior in javadocs and tests. * Move tests to improve coverage. View the changeset: https://github.com/apache/druid/compare/bc2cc47db6f26313d6249594aef5a58e0b512ef8...76d281d64fe9615f022167f9d7cafbbe83a881ea View the full build log and details: https://app.travis-ci.com/github/apache/druid/builds/242906569?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the apache/druid repository going to https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806911&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.