Sourabh Badhya created HIVE-27779:
-------------------------------------
Summary: Iceberg: Drop partition support
Key: HIVE-27779
URL: https://issues.apache.org/jira/browse/HIVE-27779
Project: Hive
Issue Type: Improvement
Reporter: Sourabh Badhya
Assignee: Sourabh Badhya
A logical extension of TRUNCATE PARTITION however, DROP PARTITION allows
expressions with >, <, >=, <=, != etc.
The syntax is something as follows -
{code:java}
alter table tableName drop partition (c='US', d<'2');{code}
Drop partition command also allows multiple partition expressions as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)