Github user ssriniva123 commented on the issue:

    https://github.com/apache/drill/pull/518
  
    Yes, I looked at DRILL-3764. The changes made to JSONProcessing do not 
conflict with my changes.
    The only conflict I see is these two constants, I have defined my own.
    
     String ENABLE_SKIP_INVALID_RECORD_KEY = "exec.enable_skip_invalid_record";
     +  BooleanValidator ENABLE_SKIP_INVALID_RECORD = new 
BooleanValidator(ENABLE_SKIP_INVALID_RECORD_KEY, false);
    



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to