Deprecate windowslinetermination CSV option - #23363
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe CSV reader deprecates Windows line termination APIs, adds CRLF parsing coverage, and removes the deprecated option from the benchmark configuration. ChangesCSV line termination handling
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This localized change deprecates an unused CSV option, adds coverage for CRLF input, and removes obsolete benchmark usage; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai help |
ChatThere are 3 ways to chat with CodeRabbit:
CodeRabbit commands
Other keywords and placeholders
Status, support, documentation and community
|
|
Could a maintainer please add the improvement and non-breaking labels? This PR introduces a non-breaking API deprecation, and Label Checker is currently failing. |
|
I pushed a fix in commit ecf0463, please review it. |
|
@coderabbitai I pushed a fix in commit 1f54e05, please review it. |
|
✅ Action performedReview finished.
|
|
@coderabbitai I pushed a fix in commit f532729, please review it |
|
✅ Action performedReview finished.
|
|
/ok to test 3f55fe0 |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
/ok to test 6126866 |
Description
Deprecates the unused libcudf
windowslineterminationCSV reader option. The option is stored incsv_reader_optionsbut is not used by the CSV reader.This change:
lineterminator='\n', which supports CRLF input.No Python-facing deprecation warning is needed because this option is not exposed through the Python API.
Closes #15985.
Testing
CsvReaderTest.WindowsLineTerminators.Checklist