Skip to content

Commit

Permalink
Spell
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 18, 2024
1 parent bbd5d34 commit dbe7213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdbms/scan/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (s *Scanner) Next() ([]map[string]any, error) {
}

if !s.isFirstBatch && !startingValuesChanged {
// Detect sitiations where the scanner is stuck in a loop.
// Detect situations where the scanner is stuck in a loop.
// The second batch will use a > comparision instead of a > comparision for the lower bound.
return nil, fmt.Errorf("primarky key start values did not change, scanner is stuck in a loop")
}
Expand Down

0 comments on commit dbe7213

Please sign in to comment.