[ https://issues.apache.org/jira/browse/FLINK-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabian Hueske closed FLINK-5771. -------------------------------- Resolution: Fixed Fix Version/s: 1.2.1 1.1.5 1.3.0 Fixed for 1.3.0 with d6a97e480e294e4779eb320a8b57983122a6cf63 Fixed for 1.2.1 with 3b4f6cf8c8283c221c8ab58f544cfe01c092fe6b Fixed for 1.1.5 with 44f48b34e8be1810266e35d0c392d22494b098ba > DelimitedInputFormat does not correctly handle multi-byte delimiters > -------------------------------------------------------------------- > > Key: FLINK-5771 > URL: https://issues.apache.org/jira/browse/FLINK-5771 > Project: Flink > Issue Type: Bug > Components: filesystem-connector > Affects Versions: 1.2.0 > Reporter: Colin Breame > Assignee: Fabian Hueske > Fix For: 1.3.0, 1.1.5, 1.2.1 > > Attachments: Test.java, test.txt > > > The DelimitedInputFormat does not correctly handle multi-byte delimiters. > The reader sometimes misses a delimiter if it is preceded by the first byte > from the delimiter. This results in two records (or more) being returned > from a single call to nextRecord. > See attached test case. -- This message was sent by Atlassian JIRA (v6.3.15#6346)