slfan1989 opened a new pull request, #8360:
URL: https://github.com/apache/hudi/pull/8360

   ### Change Logs
   
   JIRA: [HUDI-5389](https://issues.apache.org/jira/browse/HUDI-5389). Remove 
Hudi Cli Duplicates Code.
   
   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.
   
   ### Impact
   
   none.
   
   ### Risk level (write none, low medium or high below)
   
   none.
   
   ### Documentation Update
   
   none.
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to