Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exec: fix an error with vectorized testing infrastructure
Previously, when the output of an operator was compared against the output of a processor as set comparison (i.e. with any order of rows), we would accumulate the rows "as is" - without deep copy. But because the underlying memory is almost certain to be reused, we need to accumulate the copies of the output rows. Now this is fixed. Release note: None
- Loading branch information