[
https://issues.apache.org/jira/browse/TAJO-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614299#comment-14614299
]
ASF GitHub Bot commented on TAJO-1345:
--------------------------------------
Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/618#issuecomment-118635039
Hi @jihoonson
I have updated the patch as following:
- Added PURGE option.
- When adding partition to a table, the partition's location will be made
by force.
- When dropping partition for a managed table, the location and meta data
will be removed.
- When dropping partition for an external table, the location will not be
remove. Only meta data will be remove. If users want to remove the location,
users need to specify PURGE option.
- Added a document for alter table statement.
Could you review the patch again?
> Implement logical plan part and DDL executor for alter partition.
> -----------------------------------------------------------------
>
> Key: TAJO-1345
> URL: https://issues.apache.org/jira/browse/TAJO-1345
> Project: Tajo
> Issue Type: Sub-task
> Components: planner/optimizer
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
> Fix For: 0.11.0
>
> Attachments: TAJO-1345.patch
>
>
> See the title. The main objective of this issue is to implement the logical
> planning part and the DDL executor part for alter table partition support.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)