-
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.
importer: fix scanning of newlines in enclosed fields for DELIMITED DATA
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. Release note (bug fix): `IMPORT INTO ... DELIMITED DATA` will now correctly handle quoted fields that contain unescaped newlines.
- Loading branch information
1 parent
c5068fc
commit bec4f76
Showing
2 changed files
with
33 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