You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by blrunner <gi...@git.apache.org> on 2015/08/04 06:55:54 UTC

[GitHub] tajo pull request: TAJO-1673: Implement recover partitions

Github user blrunner commented on the pull request:

    https://github.com/apache/tajo/pull/626#issuecomment-127478487
  
    I applied CatalogStore::addPartitions to DDLExecutor and implemented some unit test cases.
    When I implementing unit test cases, I found that drop partition operate on different way than expected. I think that drop partition need to delete data of table with `PURGE` option. But currently, when dropping partition on managed table without `PURGE` option, all data had been deleted. So, I've fixed this bug.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---