[
https://issues.apache.org/jira/browse/TAJO-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14258006#comment-14258006
]
Tajo QA commented on TAJO-1249:
-------------------------------
{color:red}*-1 overall.*{color} Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12688996/TAJO-1249_2.patch
against master revision release-0.9.0-rc0-106-g3c833e2.
{color:green}+1 @author.{color} The patch does not contain any @author
tags.
{color:green}+1 tests included.{color} The patch appears to include 3 new
or modified test files.
{color:green}+1 javac.{color} The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc.{color} The applied patch does not increase the
total number of javadoc warnings.
{color:green}+1 checkstyle.{color} The patch generated 0 code style errors.
{color:red}-1 findbugs.{color} The patch appears to introduce 223 new
Findbugs (version 2.0.3) warnings.
{color:red}-1 release audit.{color} The applied patch generated 186
release audit warnings.
{color:green}+1 core tests.{color} The patch passed unit tests in
tajo-core tajo-plan.
Test results:
https://builds.apache.org/job/PreCommit-TAJO-Build/552//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/552//artifact/incubator-tajo/patchprocess/patchReleaseAuditProblems.txt
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/552//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-plan.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TAJO-Build/552//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/552//console
This message is automatically generated.
> 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
> Attachments: TAJO-1249.patch, TAJO-1249_2.patch
>
>
> 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)