You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by paul-rogers <gi...@git.apache.org> on 2017/11/11 20:49:58 UTC

[GitHub] drill issue #518: DRILL-4653.json - Malformed JSON should not stop the entir...

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.


---