You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Alexey Kudinkin (Jira)" <ji...@apache.org> on 2022/04/08 01:01:00 UTC

[jira] [Created] (HUDI-3826) TruncateHoodieTableCommand deletes partitions incorrectly

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)