Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
-
Linux RHEL 6.6, OSX 10.9
Description
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.
Attachments
Issue Links
- relates to
-
DRILL-3149 TextReader should support multibyte line delimiters
- Closed