Github user hyunsik commented on the pull request:

    https://github.com/apache/tajo/pull/335#issuecomment-69288694
  
    +1
    The patch looks good to me. 
    
    BTW, you need to consider inequality expression in DROP PARTITION. But, the 
current patch is good starting point. We can improve it later in another jira.
    ```sql
    ALTER TABLE table_name [IF EXISTS] DROP PARTITION  (key1 [=|<|<=|>|>=|!=] 
'val1', key2 ...,);
    ```


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

Reply via email to