rangareddy commented on issue #6101: URL: https://github.com/apache/hudi/issues/6101#issuecomment-5102637949
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: This was actively investigated and could not be reproduced. A maintainer tested deletes across multiple partitions on 2022-09-20 and saw them applied correctly, then asked twice (2022-09-20, 2022-09-30) for a reproducible script; no reply followed. With no error to trace -- the report is that deletes silently do nothing -- and no reproduction, there is nothing further to act on. The report is also against 0.9.0, which is long end-of-life. One note for anyone reading this thread: the comments from 2022-10-04 about dropping older partitions by `year/month/day` are a **different question** from the original report. That one is a usage question rather than a bug -- dropping whole partitions is `hoodie.datasource.write.operation=delete_partition` with `hoodie.datasource.write.partitions.to.delete` set to the partition paths, or the `DELETE FROM ... WHERE <partition predicate>` / `ALTER TABLE ... DROP PARTITION` Spark SQL forms on recent versions. Closing as stale. If deletes are silently not applied for you on a current version (1.0.x / 1.1.x / 1.2.0), please open a fresh issue with a minimal script, the write configs, and the commit timeline (`.hoodie` listing) before and after the delete -- for a delete that appears to do nothing, the timeline is what shows whether the commit was written at all. -- 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]
