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
Describe the bug
Reading an empty dataframe(pd.DataFrame) written to a parquet file from a pandas dataframe is resulting in KeyError, but writing and reading an empty cudf.DataFrame works.
Describe the bug
Reading an empty dataframe(
pd.DataFrame
) written to aparquet
file from a pandas dataframe is resulting inKeyError
, but writing and reading an emptycudf.DataFrame
works.Steps/Code to reproduce bug
Expected behavior
We should be able to perform
read_parquet
withoutKeyError
Environment overview (please complete the following information)
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment details(cudf_dev11) pgali@pgali-HP-Z8-G4-Workstation:~/Desktop/cudf$ ./print_env.sh
Additional context
Surfaced while running fuzz tests #6001
The text was updated successfully, but these errors were encountered: