[
https://issues.apache.org/jira/browse/DRILL-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14081350#comment-14081350
]
Neeraja commented on DRILL-1235:
--------------------------------
I just tried this and got back the result as expected.
+------------+------------+
| name | email |
+------------+------------+
| mongo | null |
| test1 | [email protected] |
+------------+------------+
2 rows selected (1.441 seconds)
> Json Record reader is failing for semi structured data
> ------------------------------------------------------
>
> Key: DRILL-1235
> URL: https://issues.apache.org/jira/browse/DRILL-1235
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Flow
> Reporter: B Anil Kumar
> Priority: Critical
>
> select * from dfs.tmp.`test1.json` is failing when the data is in the
> following format.
> {noformat}
> { "name" : "mongo" }
> { "name" : "test1", "email" : "[email protected]" }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)