You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/04/27 13:12:11 UTC

[GitHub] [drill] cgivre opened a new pull request, #2524: DRILL-8202: Add Options to Skip Malformed JSON Records to HTTP Plugin

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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [drill] cgivre merged pull request #2524: DRILL-8202: Add Options to Skip Malformed JSON Records to HTTP Plugin

Posted by GitBox <gi...@apache.org>.
cgivre merged PR #2524:
URL: https://github.com/apache/drill/pull/2524


-- 
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: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org