Khurram Faraaz created DRILL-4901:
-------------------------------------
Summary: Make '\r\n' the default end of line
Key: DRILL-4901
URL: https://issues.apache.org/jira/browse/DRILL-4901
Project: Apache Drill
Issue Type: Bug
Components: Storage - Text & CSV
Affects Versions: 1.9.0
Reporter: Khurram Faraaz
Priority: Minor
Since files created on DOS/Windows have '\r\n' as end of line character and
UNIX uses only '\r' as end of line character, there are cases when Drill would
return results by appending the '\r' character to the end of string for every
value in the last column, in a CSV file i.e for files that were created on DOS
and queried from Drill.
We should make '\r\n' as the default end of line character, that way both DOS
and Unix cases are covered.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)