cgivre opened a new pull request, #2524:
URL: https://github.com/apache/drill/pull/2524

   # [DRILL-8202](https://issues.apache.org/jira/browse/DRILL-8202): Add 
Options to Skip Malformed JSON Records to HTTP Plugin
   
   ## Description
   The JSON reader has the possibility of skipping malformed records and 
documents, but this is a global setting.  This PR adds this configuration to 
the HTTP plugin so that it can be set individually for each endpoint. 
   
   ## Documentation
   Added two new config options to the HttpJsonConfig:
   
   * `skipMalformedRecords`:  Allows Drill to skip malformed records and 
recover without throwing exceptions.
   * `skipMalformedDocument`:  Allows Drill to skip entire malformed documents 
without throwing errors.
   
   ## Testing
   Added unit test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to