[
https://issues.apache.org/jira/browse/TAJO-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385658#comment-14385658
]
ASF GitHub Bot commented on TAJO-1463:
--------------------------------------
GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/tajo/pull/476
TAJO-1463: Add ORCFile store type to create ORCFile table
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/tajo TAJO-1463
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/476.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #476
----
commit d05f6ae2d175e6f2e2962dc089648ad4e23c13aa
Author: Dongjoon Hyun <[email protected]>
Date: 2015-03-29T07:14:11Z
TAJO-1463: Add ORCFile store type to create ORCFile table
----
> 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
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
> Priority: Minor
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)