Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.2.1, 3.3.2, 3.4.0
-
None
Description
Now spark sql cannot drop multiple partitions in one call, so I fix it
With this patch we can drop multiple partitions like this :
alter table test.table_partition drop partition(dt<='2023-04-02', dt>='2023-03-31')
Attachments
Issue Links
- duplicates
-
SPARK-14922 Alter Table Drop Partition Using Predicate-based Partition Spec
- In Progress
- links to