qifengdao opened a new issue, #8254: URL: https://github.com/apache/paimon/issues/8254
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 1.4 ### Compute Engine spark 3.5 ### Minimal reproduce step After the partition table data on OSS expires, the files within the partition are successfully deleted, but the directory itself still remains. For example, with the following configuration, data from more than 14 days ago is deleted, but the partition directories persist: "end-input.check-partition-expire" = "true", "partition.expiration-time" = "14 d", "partition.timestamp-pattern" = "$day", "partition.timestamp-formatter" = "yyyy-MM-dd" ### What doesn't meet your expectations? the files within the partition are successfully deleted, but the directory itself still remains. ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
