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
When writing a dask-cudf data frame with the append=True and write_metadata_file=True flag set, the operation seems to fail when trying to merge metadata files.
Closes#17177
When appending to a parquet dataset with Dask cuDF, the original metadata must be converted from `pq.FileMetaData` to `bytes` before it can be passed down to `cudf.io.merge_parquet_filemetadata`.
Authors:
- Richard (Rick) Zamora (https://github.com/rjzamora)
Approvers:
- Mads R. B. Kristensen (https://github.com/madsbk)
URL: #17198
Describe the bug
When writing a dask-cudf data frame with the
append=True
andwrite_metadata_file=True
flag set, the operation seems to fail when trying to merge metadata files.Steps/Code to reproduce bug
Expected behavior
No errors
Environment overview (please complete the following information)
docker pull
&docker run
commands usedEnvironment details
Tested with cudf/dask-cudf 24.8 though it probably persists in newer releases as well.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: