You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered while doing some sweeping refactoring changes that we lack coverage of many vector field features, like scalar compression and concurrent merging. We even lack randomization for basic settings like graph connectivity (we always test with the default = 32).
The idea here is to add randomization to RandomCodec similar to what we do for other field types. I made an initial, but many tests do make assumptions that were broken. I think initially we will need a way to "opt out" of such randomization. Is there a standard way to do that (for a specific format, or for the whole codec)?
Gradle command to reproduce
No response
The text was updated successfully, but these errors were encountered:
Description
I discovered while doing some sweeping refactoring changes that we lack coverage of many vector field features, like scalar compression and concurrent merging. We even lack randomization for basic settings like graph connectivity (we always test with the default = 32).
The idea here is to add randomization to
RandomCodec
similar to what we do for other field types. I made an initial, but many tests do make assumptions that were broken. I think initially we will need a way to "opt out" of such randomization. Is there a standard way to do that (for a specific format, or for the whole codec)?Gradle command to reproduce
No response
The text was updated successfully, but these errors were encountered: