kbuci opened a new issue, #18774: URL: https://github.com/apache/hudi/issues/18774
### Feature Description Currently, HUDI delete_partition API will replace all files in the partition, and HUDI clean table service will delete these files and entries from MDT once the instant is eligible for clean. We want to add support for being able to "soft delete" a partition, and later have all files and references in MDT/indexes be actually deleted. The idea is that in between this period (between the "soft" delete and full cleanup) - users can "recover" the data if needed - readers/queries should not return any data from these partitions - table service planning should ignore these partitions - writers attempting to upsert/replace records should fail ### User Experience **How users will use this feature:** - Configuration changes needed - API changes - Usage examples ### Hudi RFC Requirements **RFC PR link:** (if applicable) **Why RFC is/isn't needed:** - Does this change public interfaces/APIs? (Yes/No) - Does this change storage format? (Yes/No) - Justification: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
