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/14 01:09:59 UTC

[CRON] Broken: apache/druid#28166 (master - 6cca724)

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

Build: #28166
Status: Broken

Duration: 2 mins and 27 secs
Commit: 6cca724 (master)
Author: Gian Merlino
Message: Add "offset" parameter to the Scan query. (#10233)

* Add "offset" parameter to the Scan query.

It works by doing the query as normal and then throwing away the first
"offset" number of rows on the broker.

* Fix constructor call.

* Fix up JSONs.

* Fix call to ScanQuery.

* Doc update.

* Fix javadocs.

* Spotbugs, LGTM suppressions.

* Javadocs.

* Fix suppression.

* Stabilize Scan query result order, add tests.

* Update LGTM comment.

* Fixup.

* Test different batch sizes too.

* Nicer tests.

* Fix comment.

View the changeset: https://github.com/apache/druid/compare/e053348f747f6428e14362e4844e916f8790b726...6cca7242de629ad07478c6792b01dc1f37dc6b40

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