Skip to content

Commit

Permalink
minus
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Jan 22, 2025
1 parent a916089 commit 4c020ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ public InternalRow next() {

@Override
public long returnedPosition() {
if (nextPos == 0) {
return positions[0] - 1;
}
return positions[nextPos - 1];
}

Expand Down

0 comments on commit 4c020ad

Please sign in to comment.