-
Notifications
You must be signed in to change notification settings - Fork 902
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
[FEA] Cover struct columns in fuzz testing #7618
Comments
CC @devavret and @nvdbaranec to add any corner cases that need to be covered. |
|
This issue has been labeled |
what is missing before we can close this one? |
I would add: Many permutations of empty things. Empty strings, empty lists, empty structs. These tend to expose slightly different problems than just null values (particularly with strings, where various child columns can be nullptr, etc). |
#9180 has already started paying dividends for ORC I would like to verify the nested empty types cases that @nvdbaranec pointed out and there is some cleanup to be done hence moving this to |
Resolves: #7618 This PR adds struct dtype support in data-generator for fuzz-testing. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu) URL: #9180
The cuIO fuzz tests currently cannot generate input with struct columns. cudf now support this type of data for Parquet IO, so coverage should be expanded to include columns of struct data type.
Ideally, the generated columns should cover the following:
The text was updated successfully, but these errors were encountered: