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 5, 2023
1 parent a25a902 commit a7cc3e0
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 a7cc3e0

Please sign in to comment.