You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: