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

2022-12-14 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HUDI-5389:
-
Labels: pull-request-available  (was: )

> 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
>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)


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

2022-12-14 Thread Shilun Fan (Jira)


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

Shilun Fan updated HUDI-5389:
-
Status: In Progress  (was: Open)

> 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
>Priority: Major
>
> 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)