You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Ethan Guo (Jira)" <ji...@apache.org> on 2023/02/16 07:23:00 UTC

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

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

Ethan Guo updated HUDI-5057:
----------------------------
    Fix Version/s: 0.13.0
                       (was: 0.12.2)

> 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
>             Fix For: 0.13.0
>
>
> 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)