Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added list to the fuzzer #1712

Open
wants to merge 25 commits into
base: develop
Choose a base branch
from
Open

Added list to the fuzzer #1712

wants to merge 25 commits into from

Conversation

joseph-isaacs
Copy link
Member

No description provided.

@joseph-isaacs joseph-isaacs marked this pull request as draft December 18, 2024 15:08
@joseph-isaacs joseph-isaacs changed the title Ji/list arb Added list to the fuzzer Dec 18, 2024
@joseph-isaacs joseph-isaacs marked this pull request as ready for review December 18, 2024 16:48
@joseph-isaacs joseph-isaacs enabled auto-merge (squash) December 18, 2024 19:09
@joseph-isaacs joseph-isaacs requested a review from gatesn December 18, 2024 19:09
@joseph-isaacs joseph-isaacs requested a review from AdamGS December 19, 2024 12:13
@@ -186,7 +230,7 @@ fn random_bool(
fn random_validity(u: &mut Unstructured, nullability: Nullability, len: usize) -> Result<Validity> {
match nullability {
Nullability::NonNullable => Ok(Validity::NonNullable),
Nullability::Nullable => Ok(match u.int_in_range(0..=2)? {
Nullable => Ok(match u.int_in_range(0..=2)? {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just stylistically, lets stay consistent here (Nullability::SomeVariant)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants