Rahil Chertara created HUDI-5603:
------------------------------------
Summary: Support Rollback for Dropped Parititions
Key: HUDI-5603
URL: https://issues.apache.org/jira/browse/HUDI-5603
Project: Apache Hudi
Issue Type: Task
Reporter: Rahil Chertara
Currently it seems that when a user tries to drop a partition using spark sql
[https://spark.apache.org/docs/latest/sql-ref-syntax-ddl-alter-table.html#drop-partition]
, and then perform a rollback on this dropped partition, they do not see this
partition present when running show partitions command.
The drop partition command will schedule at some point of a clean operation of
this partition data ( unless cleaner is off) making this a HARD delete, in this
case we should add some rollback function for the replace commit thats created
as long its in the retention period.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)