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

Dongjoon Hyun updated TAJO-1463:
--------------------------------
    Issue Type: Sub-task  (was: New Feature)
        Parent: TAJO-29

> Add ORCFile store type to create ORCFile table
> ----------------------------------------------
>
>                 Key: TAJO-1463
>                 URL: https://issues.apache.org/jira/browse/TAJO-1463
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: storage
>         Environment: To support ORCFile, Tajo can recognize ORCFile as a 
> store type.
> * Before
> {code}
> default> create table t(a int) using orcfile;
> ERROR: Store format orcfile is not supported.
> {code}
> * After
> {code}
> default> create table t1(a int) using orcfile;
> OK
> {code}
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Minor
>




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

Reply via email to