-
Notifications
You must be signed in to change notification settings - Fork 915
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
Remove mr
param from write_csv
and write_json
#16231
Remove mr
param from write_csv
and write_json
#16231
Conversation
/ok to test |
mr
param from write_csv
and write_json
mr
param from write_csv
and write_json
I am not sure if we want to remove the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this need a deprecation cycle or breaking label?
@bdice Any pointers on how to go about this would be really helpfull |
IMO we can make a breaking change. I would be very surprised if anyone calling these APIs passes the mr parameter. |
See the developer guide here: https://github.com/rapidsai/cudf/blob/branch-24.08/cpp/doxygen/developer_guide/DEVELOPER_GUIDE.md#deprecating-and-removing-code However if @vuule is okay with making a breaking change, we do not need to go through a deprecation cycle. |
7a7ccc3
to
c383531
Compare
/ok to test |
/ok to test |
/ok to test |
/merge |
Description
Fixes #16200
Checklist