You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by Travis CI <bu...@travis-ci.com> on 2021/11/07 04:13:58 UTC

[CRON] Broken: apache/druid#33921 (master - 2d77e1a)

Build Update for apache/druid
-------------------------------------

Build: #33921
Status: Broken

Duration: 10 mins and 42 secs
Commit: 2d77e1a (master)
Author: Kashif Faraz
Message: Add support for multi dimension range partitioning (#11848)

This PR adds support for range partitioning on multiple dimensions. It extends on the
concept and implementation of single dimension range partitioning.

The new partition type added is range which corresponds to a set of Dimension Range Partition classes. single_dim is now treated as a range type partition with a single partition dimension.

The start and end values of a DimensionRangeShardSpec are represented
by StringTuples, where each String in the tuple is the value of a partition dimension.

View the changeset: https://github.com/apache/druid/compare/1c12dd97dc39c447027baf578177fd5ea0a989a9...2d77e1a3c6a8b5cec32649d0bd9fc64bff820610

View the full build log and details: https://app.travis-ci.com/github/apache/druid/builds/241308371?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.