You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2015/10/15 06:59:05 UTC

[jira] [Resolved] (TAJO-1348) Parser error during create partitioned table

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

Hyunsik Choi resolved TAJO-1348.
--------------------------------
    Resolution: Won't Fix

> Parser error during create partitioned table
> --------------------------------------------
>
>                 Key: TAJO-1348
>                 URL: https://issues.apache.org/jira/browse/TAJO-1348
>             Project: Tajo
>          Issue Type: Bug
>          Components: SQL Parser
>    Affects Versions: 0.9.0
>            Reporter: Fengdong Yu
>            Assignee: Navis
>
> We must create partitioned table like this :
> create external table ex_table (a text, b text)
> USING RCFILE
> PARTITION BY COLUMN (dt text)
> LOCATION '/data/text;
> 'USING RCFILE' MUST place before 'PARTITION BY COLUMN', otherwise, Tajo complain 'ERROR: missing USING at 'PARTITION'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)