adriangb opened a new pull request, #19313:
URL: https://github.com/apache/datafusion/pull/19313

   ## Summary
   
   This PR moves the CSV-specific `newlines_in_values` configuration option 
from `FileScanConfig` (a shared format-agnostic configuration) to `CsvSource` 
where it belongs.
   
   - Add `newlines_in_values` field and methods to `CsvSource`
   - Add `has_newlines_in_values()` method to `FileSource` trait (returns 
`false` by default)
   - Update `FileSource::repartitioned()` to use the new trait method
   - Remove `new_lines_in_values` from `FileScanConfig` and its builder
   - Update proto serialization to read from/write to `CsvSource`
   - Update tests and documentation
   - Add migration guide to `upgrading.md`
   
   Closes #18453
   
   ## Test plan
   
   - [x] All existing tests pass
   - [x] Doc tests pass
   - [x] Proto roundtrip tests pass
   - [x] Clippy clean
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to