[
https://issues.apache.org/jira/browse/TAJO-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14231826#comment-14231826
]
ASF GitHub Bot commented on TAJO-1222:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/277
TAJO-1222: DelimitedTextFile should be tolerant against parsing errors.
Please see the description and comments at
https://issues.apache.org/jira/browse/TAJO-1222.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1222
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/277.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #277
----
commit b260fcebd410e9942b515267ae8708214cf326d6
Author: Hyunsik Choi <[email protected]>
Date: 2014-12-02T17:50:02Z
TAJO-1222: DelimitedTextFile should be tolerant against parsing errors.
----
> 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
>
> Attachments: TAJO-1222.patch
>
>
> 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)