Remove deprecated API cudf::nans_to_nulls - #24201
davidwendt wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (8)
💤 Files with no reviewable changes (6)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughThe NaN-to-null conversion surface now uses a column-returning API. C++ declarations, Python bindings, and Polars integration no longer use the removed mask-and-count API. ChangesNaN-to-null conversion migration
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~20 minutes Change: Other Merge Risk: ⚪ Minimal · up to The API migration updates the shown consumer to the replacement column-returning interface, with no actionable current-head risk identified. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Description
Removes the deprecated function
cudf::nans_to_nullswhich is replaced bycudf::column_nans_to_nulls.Checklist