You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/09/11 16:12:43 UTC

[GitHub] [druid] FrankChen021 edited a comment on pull request #10383: Fix ingestion failure of pretty-formatted JSON message

FrankChen021 edited a comment on pull request #10383:
URL: https://github.com/apache/druid/pull/10383#issuecomment-691185618


   Once a json text line is ill-formed, the `next` call on iterator returned by `ObjectMapper.readValues` throws exception, and it seems we have no opportunity to process the rest lines. This is why some old test cases fail. 
   
   I don't know whether jackson provides anyway to skip the ill-formed text, but I guess there's no such API for a parser.
   So what's your suggestion on this problem ? @gianm @jihoonson 


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org