Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
78703: colexecop: reset the internal batch in a test operator r=yuzefovich a=yuzefovich This commit makes a test operator that "owns" a batch to properly reset the batch on each `Next` call. This is the expectation that we forgot to follow. This was discovered when running `BenchmarkLikeOps` which uses a Bytes vector. Due to the way `Bytes.Copy` is implemented, the Bytes vector's buffer could grow arbitrarily large because the test operator never reset the vector. Informs: #78592. Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information