Build Update for apache/druid ------------------------------------- Build: #34687 Status: Broken
Duration: 5 mins and 15 secs Commit: c0b1514 (master) Author: AmatyaAvadhanula Message: Segment pruning for multi-dim partitioning given query domain (#12046) Segment pruning for multi-dim partitioning for a given query DimensionRangeShardSpec#possibleInDomain has been modified to enhance pruning when multi-dim partitioning is used. Idea While iterating through each dimension, If query domain doesn't overlap with the set of permissible values in the segment, the segment is pruned. If the overlap happens on a boundary, consider the next dimensions. If there is an overlap within the segment boundaries, the segment cannot be pruned. View the changeset: https://github.com/apache/druid/compare/5d043cefbc63c9d1e18936dcdd4426ceaaaed431...c0b15141778ffd9fd7141027d64755618597ed27 View the full build log and details: https://app.travis-ci.com/github/apache/druid/builds/243688225?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.