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

Remove restrictions on datatypes for proptest strategies #89

Merged
merged 9 commits into from
May 8, 2024

Conversation

rroelke
Copy link
Member

@rroelke rroelke commented May 8, 2024

To date, we were actually only using a few different datatypes for the proptest strategies. And we were missing all cell val nums other than 1.

This pull request updates our strategies to use all datatypes, and consider other cell val nums as well.

There are a few issues which are revealed by those changes:

  • restrictions on RLE and Dictionary filters in pipelines (fixed in this PR)
  • multiple-value fill values for attributes (fixed in this PR)
  • dimension domain/extent sometimes silently ignored (deferred)

@rroelke rroelke requested a review from davisp May 8, 2024 15:47
Copy link
Collaborator

@davisp davisp left a comment

Choose a reason for hiding this comment

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

Jus two minor notes. Otherwise +1

Just(Datatype::TimePicosecond),
Just(Datatype::TimeFemtosecond),
Just(Datatype::TimeAttosecond),
Just(Datatype::StringAscii),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Also bool as above.

@rroelke rroelke merged commit feb41c9 into main May 8, 2024
2 checks passed
@rroelke rroelke deleted the rr/sc-46813-unrestrict-proptest-datatypes branch May 8, 2024 18:06
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.

None yet

2 participants