1
0

[HUDI-3510] Add sync validate procedure (#6200)

* [HUDI-3510] Add sync validate procedure

Co-authored-by: simonssu <simonssu@tencent.com>
This commit is contained in:
simonsssu
2022-07-25 09:28:46 +08:00
committed by GitHub
parent a54c963543
commit 1a910fd473
3 changed files with 210 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ import java.util.stream.Collectors;
* CLI command to display sync options.
*/
@Component
public class HoodieSyncCommand implements CommandMarker {
public class HoodieSyncValidateCommand implements CommandMarker {
@CliCommand(value = "sync validate", help = "Validate the sync by counting the number of records")
public String validateSync(