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

ASF GitHub Bot commented on TAJO-1926:
--------------------------------------

GitHub user blrunner opened a pull request:

    https://github.com/apache/tajo/pull/824

    TAJO-1926: Disable partition pruning using catalog temporarily.

    I reverted TAJO-1926 and added unit test cases.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/blrunner/tajo TAJO-1926

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/824.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #824
    
----
commit cac776e8b5e0732e6adef0a92d1e6d6c001183e0
Author: JaeHwa Jung <[email protected]>
Date:   2015-10-14T08:12:07Z

    Revert "TAJO-1493: Make partition pruning based on catalog informations."
    
    This reverts commit 51bb94d9f0d6c4598816b5bddad4f1331ccb1e58.
    
    Conflicts:
        CHANGES
        
tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/CatalogServer.java
        
tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/store/AbstractDBStore.java
        
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/derby/derby.xml
        
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/mariadb.xml
        
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mysql/mysql.xml
        
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/oracle/oracle.xml
        
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/postgresql/postgresql.xml
        tajo-cli/src/main/java/org/apache/tajo/cli/tools/TajoDump.java

----


> Disable partition pruning using catalog temporarily.
> ----------------------------------------------------
>
>                 Key: TAJO-1926
>                 URL: https://issues.apache.org/jira/browse/TAJO-1926
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Catalog, Physical Operator, Planner/Optimizer
>    Affects Versions: 0.11.0, 0.12.0
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>            Priority: Critical
>             Fix For: 0.11.0
>
>
> We disabled alter table add partition temporarily at TAJO-1887. But when 
> adding partitions with dfs command for external partitioned table, there is 
> no way to add partition to catalog. As a result, users can't scan their 
> partitions which are added manually to file system. So, we need to disable 
> partition pruning using catalog until implement TAJO-1891.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to