Skip to content

Commit

Permalink
Use correct column index for bufferNr
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Dec 13, 2023
1 parent a367559 commit bed2006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ object SnapshotStatements {
val bound = prepared
.bind()
.encode(key)
.encodeAt(3, bufferNr)
.encodeAt(2, bufferNr)
.setConsistencyLevel(consistencyConfig.value)

val rows = for {
Expand Down

0 comments on commit bed2006

Please sign in to comment.