[ 
https://issues.apache.org/jira/browse/TAJO-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14258035#comment-14258035
 ] 

Hudson commented on TAJO-1249:
------------------------------

FAILURE: Integrated in Tajo-master-CODEGEN-build #159 (See 
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/159/])
TAJO-1249: Tajo should check if a file format given in DDL is supported. 
(DaeMyung Kang via hyunsik) (hyunsik: rev 
09cad22ee2f7c30a0f28ebe50e00612777e69c86)
* 
tajo-core/src/test/java/org/apache/tajo/engine/planner/TestQueryValidation.java
* 
tajo-core/src/test/resources/queries/TestQueryValidation/invalid_store_format.sql
* tajo-core/src/test/java/org/apache/tajo/engine/eval/TestPredicates.java
* 
tajo-plan/src/main/java/org/apache/tajo/plan/verifier/PreLogicalPlanVerifier.java
* CHANGES


> Tajo should check if a file format given in DDL is supported.
> -------------------------------------------------------------
>
>                 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
>             Fix For: 0.10
>
>         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)

Reply via email to