You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "zhijiang (Jira)" <ji...@apache.org> on 2019/09/30 03:16:00 UTC

[jira] [Updated] (FLINK-14289) Remove Optional fields from RecordWriter relevant classes

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

zhijiang updated FLINK-14289:
-----------------------------
    Description: 
Based on the code style guides for [Jave Optional|#java-optional] , the optional should not be used for class fields. 

So we remove the optional usages from RecordWriter, BroadcastRecordWriter and ChannelSelectorRecordWriter.

  was:
Based on the code style guides for [Jave Optional|#java-optional]] , the optional should not be used for class fields. 

So we remove the optional usages from RecordWriter, BroadcastRecordWriter and ChannelSelectorRecordWriter.


> Remove Optional fields from RecordWriter relevant classes
> ---------------------------------------------------------
>
>                 Key: FLINK-14289
>                 URL: https://issues.apache.org/jira/browse/FLINK-14289
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Task
>            Reporter: zhijiang
>            Assignee: zhijiang
>            Priority: Minor
>
> Based on the code style guides for [Jave Optional|#java-optional] , the optional should not be used for class fields. 
> So we remove the optional usages from RecordWriter, BroadcastRecordWriter and ChannelSelectorRecordWriter.



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