You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "appleyuchi (Jira)" <ji...@apache.org> on 2020/06/23 13:42:00 UTC

[jira] [Created] (FLINK-18418) document example error

appleyuchi created FLINK-18418:
----------------------------------

             Summary: document example error
                 Key: FLINK-18418
                 URL: https://issues.apache.org/jira/browse/FLINK-18418
             Project: Flink
          Issue Type: Bug
            Reporter: appleyuchi


OuterJoin with Flat-Join Function

https://ci.apache.org/projects/flink/flink-docs-stable/dev/batch/dataset_transformations.html


change

 

public void join(Tuple2<String, String> movie, Rating rating
 Collector<Tuple2<String, Integer>> out) {


to

 

public void join(Tuple2<String, String> movie, Rating rating,
 Collector<Tuple2<String, Integer>> out) {

 



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