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 2020/11/16 19:20:12 UTC

[CRON] Fixed: apache/druid#29265 (master - e83d5cb)

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

Build: #29265
Status: Fixed

Duration: 4 mins and 19 secs
Commit: e83d5cb (master)
Author: frank chen
Message: Fix ingestion failure of pretty-formatted JSON message (#10383)

* support multi-line text

* add test cases

* split json text into lines case by case

* improve exception handle

* fix CI

* use IntermediateRowParsingReader as base of JsonReader

* update doc

* ignore the non-immutable field in test case

* add more test cases

* mark `lineSplittable` as final

* fix testcases

* fix doc

* add a test case for SqlReader

* return all raw columns when exception occurs

* fix CI

* fix test cases

* resolve review comments

* handle ParseException returned by index.add

* apply Iterables.getOnlyElement

* fix CI

* fix test cases

* improve code in more graceful way

* fix test cases

* fix test cases

* add a test case to check multiple json string in one text block

* fix inspection check

View the changeset: https://github.com/apache/druid/compare/21e3c4b39ca051d62345e32b22b844245fb5efb5...e83d5cb59e07d605f6198dfade87d2d71eb31c01

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


--

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