feat: add range configuration to job and update extractors for inclusive range handling
This commit is contained in:
@@ -80,6 +80,7 @@ func processMigrationJob(
|
||||
job.SourceTable.TableInfo,
|
||||
job.SourceTable.PrimaryKey,
|
||||
job.RowsPerPartition,
|
||||
job.Range,
|
||||
)
|
||||
if err != nil {
|
||||
log.Error("Unexpected error calculating batch ranges: ", err)
|
||||
|
||||
Reference in New Issue
Block a user