[
https://issues.apache.org/jira/browse/TAJO-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13922360#comment-13922360
]
Hudson commented on TAJO-663:
-----------------------------
ABORTED: Integrated in Tajo-master-build #107 (See
[https://builds.apache.org/job/Tajo-master-build/107/])
TAJO-663: CREATE TABLE USING RAW doesn't throw ERROR. (Adding missed codes)
(jhjung:
https://git-wip-us.apache.org/repos/asf/?p=incubator-tajo.git&a=commit&h=ba6fc729e238f33cf94c22f1dca19046cf8545d4)
*
tajo-core/tajo-core-backend/src/main/java/org/apache/tajo/engine/planner/PreLogicalPlanVerifier.java
> 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
> Components: parser
> 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, TAJO-663_2.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)