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 [email protected] or file a JIRA ticket
with INFRA.
---