We should add fuzzer hook for constructing arbitrary compressed array #5887
joseph-isaacs
started this conversation in
Feature Requests
Replies: 1 comment
-
|
I think it would be simpler to create a targeted fuzzer at some encodings or dtypes. In this case generating floats with some bias towards pseudodecimals is likely the way to go |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think the fuzzer is doing a bad job exploring encodings that are unlikely to be chosen from random Canonical compression (e.g. its unlikely for the fuzzer to generate complex ALP arrays).
Add a arbitrary impl for these arrays and hook them into the array_ops path.
Beta Was this translation helpful? Give feedback.
All reactions