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 2014/03/25 08:33:44 UTC

[jira] [Updated] (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:all-tabpanel ]

Hyunsik Choi updated TAJO-705:
------------------------------

    Summary: CTAS always stores tables with CSV storage type into catalog  (was: CTAS/INSERT always stores tables with CSV storage type into catalog)

> 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
>            Priority: Blocker
>             Fix For: 0.8-incubating, 1.0-incubating
>
>
> 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)