Harsh J created HIVE-3576:
-----------------------------

             Summary: Regression: ALTER TABLE DROP IF EXISTS PARTITION throws a 
SemanticException if Partition is not found
                 Key: HIVE-3576
                 URL: https://issues.apache.org/jira/browse/HIVE-3576
             Project: Hive
          Issue Type: Bug
          Components: Query Processor
    Affects Versions: 0.9.0
            Reporter: Harsh J


Doing a simple "{{ALTER TABLE testtable DROP IF EXISTS 
PARTITION(dt=NONEXISTENTPARTITION)}}" fails with a SemanticException of the 
10006 kind (INVALID_PARTITION).

This does not respect the {{hive.exec.drop.ignorenonexistent}} condition 
either, since there are no if-check-wraps around this area, when fetching 
partitions from the store.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to