-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
97545: importer: fix scanning of newlines in enclosed fields for DELIMITED DATA r=rafiss a=andyyang890 Previously, when using `IMPORT INTO ... DELIMITED DATA`, unescaped newlines within quoted fields were treated as row terminators instead of as part of the field. This patch refactors the scanning logic to correctly interpret these newlines. Fixes #95906 Release note (bug fix): `IMPORT INTO ... DELIMITED DATA` will now correctly handle quoted fields that contain unescaped newlines. Co-authored-by: Andy Yang <[email protected]>
- Loading branch information
Showing
2 changed files
with
42 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters