[
https://issues.apache.org/jira/browse/FLINK-20340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17327514#comment-17327514
]
Flink Jira Bot commented on FLINK-20340:
----------------------------------------
This major issue is unassigned and itself and all of its Sub-Tasks have not
been updated for 30 days. So, it has been labeled "stale-major". If this ticket
is indeed "major", please either assign yourself or give an update. Afterwards,
please remove the label. In 7 days the issue will be deprioritized.
> Use StreamFormat instead of DelimitedInputFormat in
> DeserializationSchemaAdapter
> --------------------------------------------------------------------------------
>
> Key: FLINK-20340
> URL: https://issues.apache.org/jira/browse/FLINK-20340
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / FileSystem
> Affects Versions: 1.12.0
> Reporter: Jingsong Lee
> Priority: Major
> Labels: stale-major
>
> We've thought about using StreamFormat, but we don't have splittable
> StreamFormat implementation at present. In order to avoid functional
> regression, still write DelimitedInputFormat.
> > From FLINK-20295: We can also use Java's
> > {{BufferedReader(InputStreamReader())}} to parse the lines. That is a bit
> > less performant than out own fast parsing DelimitedInputFormat, but it
> > supports different charset encodings properly. Currently, the
> > DelimitedInputFormat fails on UTF-16 and some other charsets.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)