Shilun Fan created HUDI-5389:
--------------------------------

             Summary: 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


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)

Reply via email to