You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2018/04/03 08:15:00 UTC

[jira] [Commented] (FLINK-9123) Scala version of ProcessFunction doesn't work

    [ https://issues.apache.org/jira/browse/FLINK-9123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423628#comment-16423628 ] 

Aljoscha Krettek commented on FLINK-9123:
-----------------------------------------

This is in regards to the example in the documentation? I think that might be wrong yes, and you have to previous the context, such as {{ProcessFunction[IN, OUT]#Context}}.

> Scala version of ProcessFunction doesn't work
> ---------------------------------------------
>
>                 Key: FLINK-9123
>                 URL: https://issues.apache.org/jira/browse/FLINK-9123
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Julio Biason
>            Assignee: vinoyang
>            Priority: Major
>
> The source code example of ProcessFunction doesn't compile:
>  
> {code:java}
> value Context is not a member of object org.apache.flink.streaming.api.functions.ProcessFunction
> [error] import org.apache.flink.streaming.api.functions.ProcessFunction.Context
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)