druid/extensions-core/orc-extensions
frank chen e83d5cb59e
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
2020-11-13 13:59:23 -08:00
..
example 'core' ORC extension (#7138) 2019-04-09 09:03:26 -07:00
src Fix ingestion failure of pretty-formatted JSON message (#10383) 2020-11-13 13:59:23 -08:00
pom.xml Update version to 0.21.0-SNAPSHOT (#10450) 2020-10-03 16:08:34 -07:00