[ 
https://issues.apache.org/jira/browse/FLINK-14608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kurt Young updated FLINK-14608:
-------------------------------
    Description: According to 
[https://flink.apache.org/contributing/code-style-and-quality-java.html], we 
should avoid using Java Streams in any performance critical code. Since this 
`DeserializationRuntimeConverter` will be called per field of each coming 
record, we should provide a non Java Streams implementation.   (was: According 
to [Flink 
CodeStyle|[https://flink.apache.org/contributing/code-style-and-quality-java.html]],
 we should avoid using Java Streams in any performance critical code. Since 
this `DeserializationRuntimeConverter` will be called per field of each coming 
record, we should provide a non Java Streams implementation. )

> avoid using Java Streams in JsonRowDeserializationSchema
> --------------------------------------------------------
>
>                 Key: FLINK-14608
>                 URL: https://issues.apache.org/jira/browse/FLINK-14608
>             Project: Flink
>          Issue Type: Improvement
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
>    Affects Versions: 1.10.0
>            Reporter: Kurt Young
>            Priority: Major
>
> According to 
> [https://flink.apache.org/contributing/code-style-and-quality-java.html], we 
> should avoid using Java Streams in any performance critical code. Since this 
> `DeserializationRuntimeConverter` will be called per field of each coming 
> record, we should provide a non Java Streams implementation. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to