Skip to content

Commit

Permalink
Fixes bug with assignment of TupleId.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Dec 6, 2023
1 parent 2da1f26 commit 4ec34d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class FixedLengthCursor<T: Value>(column: FixedLengthColumn<T>.Tx): Cursor<T?> {
return false
}
}
this.tupleId = tupleId
this.tabletIndex = tabletIdx
return true
}
Expand Down

0 comments on commit 4ec34d7

Please sign in to comment.