fix(file source) Fix a data corruption bug with multi-char delimiters (#24028)
* Fix problem where multi-chars delimiters fail to be parsed if they happen right at a buffer boundary. * Add changelog entry and remove debug println statements * Update changelog.d/24027_file_source_multi_char_delimiter.fix.md Co-authored-by: Thomas <thomasqueirozb@gmail.com> * Add #[cfg(test)] to test method * Expand comments * Add a regression/integration test to file source * Remove cfg test --------- Co-authored-by: Thomas <thomasqueirozb@gmail.com>
L
Lars Francke committed
f4f66206df5dfd235ac6ccd9f47e1a2d20201195
Parent: 5c16191
Committed by GitHub <noreply@github.com>
on 12/1/2025, 7:20:32 PM