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

[FEA] Add fuzz tests with varying parameters for cuIO #6260

Closed
5 tasks done
galipremsagar opened this issue Sep 18, 2020 · 2 comments · Fixed by #6384
Closed
5 tasks done

[FEA] Add fuzz tests with varying parameters for cuIO #6260

galipremsagar opened this issue Sep 18, 2020 · 2 comments · Fixed by #6384
Assignees
Labels
feature request New feature or request Python Affects Python cuDF API.

Comments

@galipremsagar
Copy link
Contributor

galipremsagar commented Sep 18, 2020

Is your feature request related to a problem? Please describe.
As part of #6114 csv, parquet & json reader & writer fuzz tests are added with default arguments. Fuzz tests with varying parameter combinations have to be added for these IO readers & writers.

  • Parquet
  • CSV
  • Json
  • Orc
  • Avro
@galipremsagar
Copy link
Contributor Author

Keeping this issue open until other PRs are merged. Apologies, my mistake of using incorrect github keyword that lead to auto-close this issue.

@galipremsagar galipremsagar reopened this Oct 22, 2020
galipremsagar added a commit that referenced this issue Nov 12, 2020
Partially resolves: #6001 , #6260
This PR:

Adds support for Orc fuzz workers(Both reader and writer)
Utilize pyorc to write a pandas dataframe to orc files
Adds varying test parameter combinations for cudf.read_orc and df.to_orc
@galipremsagar
Copy link
Contributor Author

Closing this issue as all PRs have been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant