Julien Le Dem created DRILL-4555:
------------------------------------
Summary: JsonReader does not support nulls in lists
Key: DRILL-4555
URL: https://issues.apache.org/jira/browse/DRILL-4555
Project: Apache Drill
Issue Type: Bug
Reporter: Julien Le Dem
{noformat}
case VALUE_NULL:
throw UserException.unsupportedError()
.message("Null values are not supported in lists by default. " +
"Please set `store.json.all_text_mode` to true to read lists
containing nulls. " +
"Be advised that this will treat JSON null values as a string
containing the word 'null'.")
.build(logger);
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)