sub007 edited a comment on issue #10970: URL: https://github.com/apache/druid/issues/10970#issuecomment-799541450
> Is there a way to log the rejected data for reference Yes, `logParseException : true` can help you. It logs messages such the one below along with the input data. Eg., _2021-03-15T10:13:57,575 ERROR [task-runner-0-priority-0] org.apache.druid.segment.incremental.ParseExceptionHandler - Encountered parse exception org.apache.druid.java.util.common.parsers.ParseException: Found unparseable columns in row: ..._ ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
