You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "hyoungjunkim (JIRA)" <ji...@apache.org> on 2014/03/06 03:07:52 UTC

[jira] [Updated] (TAJO-663) CREATE TABLE USING RAW doesn't throw ERROR

     [ https://issues.apache.org/jira/browse/TAJO-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

hyoungjunkim updated TAJO-663:
------------------------------

    Description: 
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}


  was:
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}



> 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
>            Assignee: Jaehwa Jung
>            Priority: Trivial
>
> 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)