SamWheating commented on issue #15489: URL: https://github.com/apache/druid/issues/15489#issuecomment-1854649109
Based on the input file name and contents, It looks like you're passing in a `.csv` file. However, under inputFormat you've specified the type as `tsv` which is likely causing parse exceptions. Also - you can set `logParseExceptions: true` under tuningConfig in order to include the parsing exceptions in your ingestion logs. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
