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:31:47 UTC

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

Hyunsik Choi created TAJO-705:
---------------------------------

             Summary: CTAS/INSERT 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)