Alexey Kudinkin created HUDI-3826:
-------------------------------------
Summary: TruncateHoodieTableCommand deletes partitions incorrectly
Key: HUDI-3826
URL: https://issues.apache.org/jira/browse/HUDI-3826
Project: Apache Hudi
Issue Type: Bug
Reporter: Alexey Kudinkin
Assignee: Forward Xu
Fix For: 0.11.0
Currently, `TruncateHoodieTableCommand` deletes partitions from Hudi table by
simply removing corresponding partition folders w/o committing any changes (and
correspondingly updating the MT for ex)
Instead it should go t/h WriteClient's `deletePartitions` API, similar to Spark
DS does when gets Hudi's DELETE command
--
This message was sent by Atlassian Jira
(v8.20.1#820001)