You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "zouxxyy (Jira)" <ji...@apache.org> on 2022/10/31 02:36:00 UTC

[jira] [Resolved] (HUDI-5057) Fix msck repair hudi table

     [ https://issues.apache.org/jira/browse/HUDI-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zouxxyy resolved HUDI-5057.
---------------------------

> Fix msck repair hudi table
> --------------------------
>
>                 Key: HUDI-5057
>                 URL: https://issues.apache.org/jira/browse/HUDI-5057
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: spark-sql
>    Affects Versions: 0.12.0
>            Reporter: zouxxyy
>            Assignee: zouxxyy
>            Priority: Major
>              Labels: pull-request-available
>
> When `hoodie.datasource.write.hive_style_partitioning` is set to true, hudi table partition name is "x=x", for example "dt=2022-10-06";
> If it is set to false,  name is "x", for example "2022-10-06";
> At this moment, If we try to repair the partitions by `msck repair table`, it doesn't work because the current `RepairTableCommand` does not support reading partition name like "2022-10-06"
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)