Details
Description
ExternalSort while sorting uses EscapeUtils.unescapeLineBreaks to read lines. It is better if a new API is created with explicit expectations documented that the File being sorted has been properly escaped with EscapeUtils.escapeLineBreak.
Otherwise, it will lead to situations like OAK-4441 where File is not escaped while writing.
Attachments
Issue Links
- is related to
-
OAK-4441 [BlobGC] Writing of strings should be escaped
- Closed