lance icon indicating copy to clipboard operation
lance copied to clipboard

All binary array tests generate fixed size binary arrays

Open raunaks13 opened this issue 1 year ago • 0 comments

Currently all tests for binary arrays end up generating binary arrays where all items have the same size (see RandomBinaryGenerator::generate() in generator.rs)

We should update this, (i) for the sake of exhaustive testing and (ii) because we should have separate tests for the fixed size binary encoding and the default binary encoding. Otherwise all tests that use this generator will use the fixed size encoding by default once it is enabled.

raunaks13 avatar Aug 12 '24 22:08 raunaks13