Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: shallow copy {,Reverse}ScanResponse.{BatchResponses,ColBatches} w…
…hen pipelining Fixes #121759. This commit updates ScanResponse and ReverseScanResponse's ShallowCopy implementations to perform a shallow copy of the BatchResponses and ColBatches slices. These are both slices of data array slices which can be mutated by `popBatch`, even though the underlying data slices are immutable. Release note: None
- Loading branch information