[
https://issues.apache.org/jira/browse/TAJO-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jaehwa Jung updated TAJO-663:
-----------------------------
Attachment: TAJO-663.patch
> 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
> Affects Versions: 0.8-incubating, 1.0-incubating
> Reporter: hyoungjunkim
> Assignee: Jaehwa Jung
> Priority: Trivial
> Fix For: 0.8-incubating, 1.0-incubating
>
> Attachments: TAJO-663.patch
>
>
> RawFile must be used for Intermediate file. So can't use TABLE's File Format.
> Bellow statement expected 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)