[
https://issues.apache.org/jira/browse/TAJO-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851628#comment-13851628
]
Hudson commented on TAJO-426:
-----------------------------
SUCCESS: Integrated in Tajo-trunk-postcommit #626 (See
[https://builds.apache.org/job/Tajo-trunk-postcommit/626/])
TAJO-426: HCatalogStore created partitions automatically. (jaehwa) (jhjung:
https://git-wip-us.apache.org/repos/asf?p=incubator-tajo.git&a=commit&h=4dbecf90161465b2818093fe8544b35f86b888aa)
*
tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/src/main/java/org/apache/tajo/catalog/store/HCatalogStore.java
*
tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/src/test/java/org/apache/tajo/catalog/store/TestHCatalogStore.java
* CHANGES.txt
> HCatalogStore created partitions automatically.
> -----------------------------------------------
>
> Key: TAJO-426
> URL: https://issues.apache.org/jira/browse/TAJO-426
> Project: Tajo
> Issue Type: Bug
> Components: catalog
> Affects Versions: 0.8-incubating
> Reporter: JaeHwa Jung
> Assignee: JaeHwa Jung
> Fix For: 0.8-incubating
>
> Attachments: TAJO-426.patch
>
>
> HCatalogStore created partitions automatically using addTable API as follows:
> {code:xml}
> tajo> create table table1 (id int, name text, score float, type text) using
> csv with ('csvfile.delimiter'='|');
> OK
> tajo> \d table1;
> table name: table1
> table path: hdfs://localhost:9010/user/hive/warehouse/table1
> store type: CSV
> number of rows: 0
> volume: 0 B
> Options:
> 'csvfile.delimiter'='|'
> schema:
> id INT4
> name TEXT
> score FLOAT4
> type TEXT
> Partitions:
> type:COLUMN
> columns:
> specifier:
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)