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

hyoungjunkim commented on TAJO-663:
-----------------------------------

Using unsupported store type also must throws error.

> CREATE TABLE USING RAW doesn't throw ERROR
> ------------------------------------------
>
>                 Key: TAJO-663
>                 URL: https://issues.apache.org/jira/browse/TAJO-663
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: hyoungjunkim
>            Priority: Trivial
>
> RawFile must be used for Intermediate file. So can't use TABLE's File Format. 
> Bellow statement extected fail but runs successfully.
> {code}
> create table orders_100_raw (
> o_orderkey      INT8,
> o_month         text,
> o_custkey       INT8,
> o_orderstatus   TEXT,
> o_totalprice    FLOAT8,
> o_orderdate     TEXT,
> o_orderpriority TEXT,
> o_clerk TEXT,
> o_shippriority  INT4,
> o_comment       TEXT)
> using RAW
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to