feat: enhance range handling in MSSQL and Postgres extractors; update partition range generator logic
This commit is contained in:
@@ -17,7 +17,7 @@ func PartitionRangeGenerator(
|
||||
rowsPerPartition int64,
|
||||
jobRange config.RangeConfig,
|
||||
) ([]models.Partition, error) {
|
||||
if jobRange.Max > 0 {
|
||||
if jobRange.Min > 0 {
|
||||
return []models.Partition{{
|
||||
Id: uuid.New(),
|
||||
HasRange: true,
|
||||
|
||||
Reference in New Issue
Block a user