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

[jira] [Assigned] (HUDI-5389) Remove Hudi Cli Duplicates Code

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

Shilun Fan reassigned HUDI-5389:
--------------------------------

    Assignee: Shilun Fan

> Remove Hudi Cli Duplicates Code
> -------------------------------
>
>                 Key: HUDI-5389
>                 URL: https://issues.apache.org/jira/browse/HUDI-5389
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: Shilun Fan
>            Assignee: Shilun Fan
>            Priority: Major
>              Labels: pull-request-available
>
> In the process of reading the code, I found some duplicate code, I think this part of the duplicate code can be removed directly.
> ||cli||hudi-spark||
> |org.apache.hudi.cli.DedupeSparkJob|org.apache.spark.sql.hudi.DedupeSparkJob|
> |org.apache.hudi.cli.DeDupeType|org.apache.spark.sql.hudi.DeDupeType|
> |org.apache.hudi.cli.SparkHelpers|org.apache.spark.sql.hudi.SparkHelpers|
> The code on the left side of the table can be directly replaced by the code on the right side of the table, because their contents are exactly the same.



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