hudi-bot opened a new issue, #15630: URL: https://github.com/apache/hudi/issues/15630
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. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-5389 - Type: Improvement -- 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]
