danny0405 commented on code in PR #8360: URL: https://github.com/apache/hudi/pull/8360#discussion_r1155424649
########## hudi-cli/src/main/java/org/apache/hudi/cli/commands/RepairsCommand.java: ########## @@ -18,7 +18,7 @@ package org.apache.hudi.cli.commands; -import org.apache.hudi.cli.DeDupeType; +import org.apache.spark.sql.hudi.DeDupeType; import org.apache.hudi.cli.HoodieCLI; Review Comment: The hudi-cli-bundle does not really include the hudi-spark-xxx jars, do we need to package them all together? -- 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]
