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

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

GitHub user blrunner opened a pull request:

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

    TAJO-1887: Disable the alter table add partition statement temporarily.

    Currently, users can use arbitary partition path using alter table 
statement. But they can't scan their partitions because 
PartitionedTableRewriter just build tuple from partition path. Fundamentally, 
we should allow arbitary partition path. But we need to avoid an exception by 
above situation until tajo allow arbitary partition path. So it seems that 
alter table add partition statement is disabled temporarily.

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

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

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

    https://github.com/apache/tajo/pull/785.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 #785
    
----
commit 5311779ef2c481ef4f815843c44c877df0106d90
Author: JaeHwa Jung <[email protected]>
Date:   2015-09-24T14:38:29Z

    TAJO-1887: Disable the alter table add partition statement temporarily.

----


> Disable the alter table add partition statement temporarily.
> ------------------------------------------------------------
>
>                 Key: TAJO-1887
>                 URL: https://issues.apache.org/jira/browse/TAJO-1887
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: Catalog, SQL Parser
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>             Fix For: 0.11.0, 0.12.0
>
>
> Currently, users can use arbitary partition path using alter table statement. 
> But they can't scan their partitions because PartitionedTableRewriter just 
> build tuple from partition path. Fundamentally, we should allow arbitary 
> partition path. But we need to avoid an exception by above situation until 
> tajo allow arbitary partition path. So it seems that alter table add 
> partition statement is disabled temporarily.



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

Reply via email to