Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colexecbase: fix a recently introduced bug with identity cast
This commit fixes a recently introduced bug that can occur when we're randomizing `coldata.BatchSize()` (which we do in tests). In particular, we capped a global singleton at one batch size value, but later we can change it to a higher value, which could lead to index out of bounds. This is now fixed by always using the max batch size. Release note: None
- Loading branch information