Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.1
Description
In hive we can do this
ALTER TABLE foo DROP PARTITION(ds < 'date')
And also have drop partitions in a range with all these operators.
<, >, <>, !=, <=, >=
https://issues.apache.org/jira/browse/HIVE-2908
We should have the same feature in impala too.
Attachments
Issue Links
- breaks
-
IMPALA-5615 Compute Incremental stats is broken for general partition expressions
- Resolved