You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Benchao Li (Jira)" <ji...@apache.org> on 2023/04/15 05:15:00 UTC

[jira] [Closed] (FLINK-31808) wrong examples of how to set operator name in documents

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

Benchao Li closed FLINK-31808.
------------------------------
    Fix Version/s: 1.18.0
       Resolution: Fixed

Fixed via https://github.com/apache/flink/commit/97dee4bd2ade278805241a245385df3ceeb90150 (1.18.0)

[~huwh] Thanks for your contribution!

> wrong examples of how to set operator name  in documents
> --------------------------------------------------------
>
>                 Key: FLINK-31808
>                 URL: https://issues.apache.org/jira/browse/FLINK-31808
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Weihua Hu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.18.0
>
>
> [https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/operators/overview/#name-and-description]
>  
> {code:java}
> .setName("filter"){code}
>  should be
> {code:java}
> .name("filter"){code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)