Yahui Liu created CARBONDATA-3740:
-------------------------------------
Summary: During loading, if '\r' appears before the first '\n', line separator detection will treat '\r' as line separator, lead to line mismatch
Key: CARBONDATA-3740
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3740 Project: CarbonData
Issue Type: Bug
Components: data-load
Affects Versions: 2.0.0
Reporter: Yahui Liu
Attachments: image-2020-03-07-14-22-44-111.png, image-2020-03-07-14-32-18-961.png
During loading, if in the first line, there is one field has a '\r' character and this '\r' appears before the first '\n', line separator detection will treat '\r' as line separator. This is not the intention.
!image-2020-03-07-14-22-44-111.png!
This will lead to line mismatch. The result of loading will be like this:
!image-2020-03-07-14-32-18-961.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)