feat: add validation feature for row count comparison
Add a validate command that compares row counts between source and target tables after a migration.
This commit is contained in:
@@ -104,6 +104,7 @@ func processMigrationJob(
|
||||
sourceTableAnalyzer,
|
||||
job.SourceTable.TableInfo,
|
||||
job.SourceTable.PrimaryKey,
|
||||
job.PartitionCalculationStrategy,
|
||||
job.RowsPerPartition,
|
||||
job.Range,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user