-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: Impala 2.1
-
Fix Version/s: Impala 2.8.0
-
Component/s: Catalog
-
Labels:
-
Target Version:
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.
- breaks
-
IMPALA-5615 Compute Incremental stats is broken for general partition expressions
-
- Resolved
-