We might have seen an issue with Drill, so I want to see if this is already reported.
I don't think that this one addresses it: https://issues.apache.org/jira/browse/DRILL-1428 When we query the last attribute of a text file, we get missing characters. Looking at the row through Drill, a \r is included at the end of the last attribute. Looking in a text editor, it's not embedded into that attribute. I'm thinking that Drill is not interpreting CRLF (0d0a) as a new line, only the LF, resulting in the CR becoming part of the last attribute. Should I open the issue for this? Thanks, Edmon
