Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix expected batch count for edge case in copy test
In TestLargeDynamicRows we test that 4 rows of data can fit in a batch size of at least 4 rows given default memory sizes. However, when we set the batch row size to the minimum value of 4, the test hook that counts batches counts an extra empty batch. This PR changes adjusts the minimum row size to 5 for the purposes of this test. Epic: None Fixes: #109134 Release note: None
- Loading branch information