Skip to content

Commit

Permalink
Merge branch 'branch-25.04' into transform-decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarrr authored Feb 24, 2025
2 parents d0c216b + d4c62ef commit 1255202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dask_cudf/dask_cudf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read_parquet(*args, **kwargs):
read_text = DataFrame.read_text
to_orc = _deprecated_api(
"dask_cudf.to_orc",
new_api="dask_cudf.io.to_orc",
new_api="dask_cudf.io.orc.to_orc",
rec="Please use DataFrame.to_orc instead.",
)

Expand Down

0 comments on commit 1255202

Please sign in to comment.