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

[jira] [Commented] (TAJO-705) CTAS always stores tables with CSV storage type into catalog

    [ https://issues.apache.org/jira/browse/TAJO-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13946448#comment-13946448 ] 

Jinho Kim commented on TAJO-705:
--------------------------------

Created a review request against branch master in reviewboard 
https://reviews.apache.org/r/19610/


> CTAS always stores tables with CSV storage type into catalog
> ------------------------------------------------------------
>
>                 Key: TAJO-705
>                 URL: https://issues.apache.org/jira/browse/TAJO-705
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Hyunsik Choi
>            Assignee: Jinho Kim
>            Priority: Blocker
>             Fix For: 0.8-incubating, 1.0-incubating
>
>         Attachments: TAJO-705.patch
>
>
> I'm suspecting that this bug is introduced recently.
> The reproduction code is as follows:
> {noformat}
> tajo> create table rctest using rcfile as select * from region_100;
> Progress: 100%, response time: 0.947 sec
> final state: QUERY_SUCCEEDED, response time: 0.947 sec
> OK
> tajo> \d rctest;
> table name: rctest
> table path: hdfs://gruter102:6020/tajo/warehouse/rctest
> store type: CSV
> number of rows: 5
> volume: 529 B
> Options: 
> schema: 
> r_regionkey	INT8
> r_name	TEXT
> r_comment	TEXT
> {noformat}
> In this case, 'CSV' should be 'RCFILE'.



--
This message was sent by Atlassian JIRA
(v6.2#6252)