[
https://issues.apache.org/jira/browse/FLINK-9470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16493633#comment-16493633
]
ASF GitHub Bot commented on FLINK-9470:
---------------------------------------
GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/6097
[FLINK-9470] Allow querying the key in KeyedProcessFunction
R: @kl0u @zentol
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink
jira-9470-keyedprocessfunction-key
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6097.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6097
----
commit 0d3cccd546e782113a843df099fd5d8fe1880933
Author: Aljoscha Krettek <aljoscha.krettek@...>
Date: 2018-05-29T14:46:19Z
[FLINK-9470] Allow querying the key in KeyedProcessFunction
----
> Allow querying the key in KeyedProcessFunction
> ----------------------------------------------
>
> Key: FLINK-9470
> URL: https://issues.apache.org/jira/browse/FLINK-9470
> Project: Flink
> Issue Type: Improvement
> Components: DataStream API
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Priority: Major
> Fix For: 1.6.0
>
>
> {{KeyedProcessFunction.OnTimerContext}} allows querying the key of the firing
> timer while {{KeyedProcessFunction.Context}} does not allow querying the key
> of the event we're currently processing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)