[
https://issues.apache.org/jira/browse/HUDI-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
zouxxyy updated HUDI-5057:
--------------------------
Description:
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"
was:
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, it doesn't work because the
current `RepairTableCommand` does not support reading partition name like
"2022-10-06"
> 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)