Skip to content

Commit

Permalink
last fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iskakaushik committed Oct 25, 2023
1 parent 0959f65 commit 43fbdfc
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 @@ -93,7 +93,7 @@ func (c *PostgresConnector) getNumRowsPartitions(
}

// we know these are int64s so we can just cast them
minValInt := maxVal.(int64)
minValInt := minVal.(int64)
maxValInt := maxVal.(int64)

// we will only return 1 partition for xmin:
Expand Down

0 comments on commit 43fbdfc

Please sign in to comment.