You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2017/02/13 11:25:41 UTC

[jira] [Commented] (FLINK-5771) DelimitedInputFormat does not correctly handle multi-byte delimiters

    [ https://issues.apache.org/jira/browse/FLINK-5771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863507#comment-15863507 ] 

Fabian Hueske commented on FLINK-5771:
--------------------------------------

Thanks for reporting this issue [~colinbreame]. 
I'll look into it.

> 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
>         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)