Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raw_batch: Fix RawBatchValuesIteratorAdapter length
The length of this iterator should be equal to the length of its internal `BatchValuesIter`. In other words, the amount of serialization contexts should not affect this length. Otherwise, the caller is not able to detect a situation when value count is different than statement count.
- Loading branch information