Hyunsik Choi created TAJO-1222:
----------------------------------
Summary: DelimitedTextFile should be tolerant against parsing
errors
Key: TAJO-1222
URL: https://issues.apache.org/jira/browse/TAJO-1222
Project: Tajo
Issue Type: Bug
Components: storage
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Fix For: 0.9.1
DelimitedTextFile is a base class for plan-text file formats like CSV or JSON.
In practice, due to various reasons, parsing errors are usual. But, the current
implementation does not allow any parsing error. It is inconvenient in many
cases.
The objective of this issue is to enable DelimitedTextFile to tolerate parsing
errors up to the number given by users.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)