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.org> on 2020/08/21 23:33:45 UTC

[CRON] Broken: apache/druid#28255 (master - 0910d22)

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

Build: #28255
Status: Broken

Duration: 2 mins and 26 secs
Commit: 0910d22 (master)
Author: Gian Merlino
Message: Add SQL "OFFSET" clause. (#10279)

* Add SQL "OFFSET" clause.

Under the hood, this uses the new offset features from #10233 (Scan)
and #10235 (GroupBy). Since Timeseries and TopN queries do not currently
have an offset feature, SQL planning will switch from one of those to
Scan or GroupBy if users add an OFFSET.

Includes a refactoring to harmonize offset and limit planning using an
OffsetLimit wrapper class. This is useful because it ensures that the
various places that need to deal with offset and limit collapsing all
behave the same way, using its "andThen" method.

* Fix test and add another test.

View the changeset: https://github.com/apache/druid/compare/b5b3e6ecce6f5346c4a1ed440b27656dd3b130a5...0910d22f487ab2ac603708d51a16da0d8bf942dc

View the full build log and details: https://travis-ci.org/github/apache/druid/builds/720089705?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/druid repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=578446&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/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.