You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by Chi-Lang Ngo <ch...@gmail.com> on 2015/06/29 10:41:18 UTC

Parsing exception when querying multiple files in a directory

I'm getting this exception while parsing exception when querying a
directory with thousands of tsv files:

...TextParsingException: Error processing input: Cannot use newline
character within quoted string, line=37, char=8855. Content parsed: [ ]

Is there a way to find out which file caused the exception w/o grep-ing
through all of them?