Github user paul-rogers commented on the issue:
https://github.com/apache/drill/pull/518
Further testing revealed limitations in the underlying Jackson parser. That
parser will not recover from other errors such as:
```
{ a: }
```
See [DRILL-5953](https://issues.apache.org/jira/browse/DRILL-5953) for
details.---
