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?
---
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.
---