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 2016/09/12 23:51:57 UTC

[GitHub] drill pull request #518: DRILL-4653.json - Malformed JSON should not stop th...

Github user paul-rogers commented on a diff in the pull request:

    https://github.com/apache/drill/pull/518#discussion_r78475862
  
    --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/JsonProcessor.java ---
    @@ -30,6 +30,8 @@
     
       public static enum ReadState {
         END_OF_STREAM,
    +    JSON_RECORD_PARSE_ERROR,
    --- End diff --
    
    Would be helpful to add a comment to describe the meaning of these new states.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---