Skip to content

Commit

Permalink
real fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Oct 25, 2023
1 parent 92a496e commit 0959f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/postgres/qrep.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (c *PostgresConnector) getNumRowsPartitions(
// if there is no last partition, we will return a partition with the min and max values
// if there is a last partition, we will return a partition with the last partition's end value + 1 and the max value
if last != nil && last.Range != nil {
maxValInt += 1
minValInt += 1
minVal = minValInt
}

Expand Down

0 comments on commit 0959f65

Please sign in to comment.