[
https://issues.apache.org/jira/browse/TAJO-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14255041#comment-14255041
]
ASF GitHub Bot commented on TAJO-1249:
--------------------------------------
Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/313#issuecomment-67759687
Hi @charsyam,
Thank you for your contribution. I'd like to suggest one thing about github
usage. You don't need to close and create new pull request to update the patch.
You just commit and push to the same branch that you used to pull request.
Then, the pull request will be automatically updated.
> Tajo Should Check File Format is allowed.
> -----------------------------------------
>
> Key: TAJO-1249
> URL: https://issues.apache.org/jira/browse/TAJO-1249
> Project: Tajo
> Issue Type: Bug
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Priority: Minor
>
> Currently Tajo just show NullPointException when can't understand file format
> ```c
> default> create external table table1 ( id int, name text,
> score float, type text, mytime int, mytime2 date) using TEXT1
> location 'file:/Users/charsyam/tajo/table';
> ERROR: java.lang.NullPointerException
> ```
> It is better to return using verficationstate
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)