DevShiba commented on issue #24609: URL: https://github.com/apache/datafusion/issues/24609#issuecomment-5570195697
This looks already fixed by #24233 (merged 2026-08-26), which closed #24180 but didn't reference this issue. Verified on current `main`: `CsvSource::try_to_proto` now serializes `terminator` (`source.rs` around line 359) and `try_from_proto` reads it back and applies `with_terminator` (around line 650). Looks safe to close as a duplicate of #24180. -- 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]
