You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "JaeHwa Jung (JIRA)" <ji...@apache.org> on 2013/12/19 02:52:06 UTC

[jira] [Commented] (TAJO-338) Add Query Optimization Part for Column-Partitioned Tables

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

JaeHwa Jung commented on TAJO-338:
----------------------------------

Awesome!
It looks great. :)
But you have to update HCatalogStore because It converted Partitions to PartitionDesc.
You can find build failure using HCatalogStore as follows:
{code:xml}
*mvn clean install -Phcatalog-0.12.0*
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:49.379s
[INFO] Finished at: Thu Dec 19 10:47:28 KST 2013
[INFO] Final Memory: 43M/123M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project tajo-hcatalog: Compilation failure: Compilation failure:
[ERROR] /Users/blrunner/IdeaProjects/TAJO-338/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/src/main/java/org/apache/tajo/catalog/store/HCatalogStore.java:[33,40] cannot find symbol
[ERROR] symbol  : class Partitions
[ERROR] location: package org.apache.tajo.catalog.partition
[ERROR] /Users/blrunner/IdeaProjects/TAJO-338/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/src/main/java/org/apache/tajo/catalog/store/HCatalogStore.java:[109,4] cannot find symbol
[ERROR] symbol  : class Partitions
[ERROR] location: class org.apache.tajo.catalog.store.HCatalogStore
[ERROR] /Users/blrunner/IdeaProjects/TAJO-338/tajo-catalog/tajo-catalog-drivers/tajo-hcatalog/src/main/java/org/apache/tajo/catalog/store/HCatalogStore.java:[181,27] cannot find symbol
[ERROR] symbol  : class Partitions
[ERROR] location: class org.apache.tajo.catalog.store.HCatalogStore

{code}

> Add Query Optimization Part for Column-Partitioned Tables
> ---------------------------------------------------------
>
>                 Key: TAJO-338
>                 URL: https://issues.apache.org/jira/browse/TAJO-338
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: storage
>    Affects Versions: 0.8-incubating
>            Reporter: JaeHwa Jung
>            Assignee: Hyunsik Choi
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-338.patch
>
>
> If user write partitioned column at where clause, Tajo must make a plan to scan a partition directory path. So, Planner needs to improve for partitioned table.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)