[jira] [Commented] (FLINK-13032) Allow Access to Per-Window State in mergeable window ProcessWindowFunction

2021-04-27 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot commented on FLINK-13032:


This issue was marked "stale-assigned" and has not received an update in 7 
days. It is now automatically unassigned. If you are still working on it, you 
can assign it to yourself again. Please also give an update about the status of 
the work.

> Allow Access to Per-Window State in mergeable window  ProcessWindowFunction
> ---
>
> Key: FLINK-13032
> URL: https://issues.apache.org/jira/browse/FLINK-13032
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Affects Versions: 1.8.0
>Reporter: jasine chen
>Assignee: vinoyang
>Priority: Major
>  Labels: stale-assigned
>
> access to per-window state is allowed in non-merging windows, but it's 
> necessary to access per-window state in mergeable windows 
>  



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


[jira] [Commented] (FLINK-13032) Allow Access to Per-Window State in mergeable window ProcessWindowFunction

2021-04-16 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot commented on FLINK-13032:


This issue is assigned but has not received an update in 7 days so it has been 
labeled "stale-assigned". If you are still working on the issue, please give an 
update and remove the label. If you are no longer working on the issue, please 
unassign so someone else may work on it. In 7 days the issue will be 
automatically unassigned.

> Allow Access to Per-Window State in mergeable window  ProcessWindowFunction
> ---
>
> Key: FLINK-13032
> URL: https://issues.apache.org/jira/browse/FLINK-13032
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Affects Versions: 1.8.0
>Reporter: jasine chen
>Assignee: vinoyang
>Priority: Major
>  Labels: stale-assigned
>
> access to per-window state is allowed in non-merging windows, but it's 
> necessary to access per-window state in mergeable windows 
>  



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


[jira] [Commented] (FLINK-13032) Allow Access to Per-Window State in mergeable window ProcessWindowFunction

2019-07-08 Thread vinoyang (JIRA)


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

vinoyang commented on FLINK-13032:
--

Got it, will try to open it to access.

> Allow Access to Per-Window State in mergeable window  ProcessWindowFunction
> ---
>
> Key: FLINK-13032
> URL: https://issues.apache.org/jira/browse/FLINK-13032
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Affects Versions: 1.8.0
>Reporter: jasine chen
>Priority: Major
>
> access to per-window state is allowed in non-merging windows, but it's 
> necessary to access per-window state in mergeable windows 
>  



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


[jira] [Commented] (FLINK-13032) Allow Access to Per-Window State in mergeable window ProcessWindowFunction

2019-07-08 Thread Aljoscha Krettek (JIRA)


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

Aljoscha Krettek commented on FLINK-13032:
--

We can try it, but it would only work for types of state that naturally support 
merging, i.e. {{ReducingState}} and {{AggregatingState}}.

> Allow Access to Per-Window State in mergeable window  ProcessWindowFunction
> ---
>
> Key: FLINK-13032
> URL: https://issues.apache.org/jira/browse/FLINK-13032
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Affects Versions: 1.8.0
>Reporter: jasine chen
>Priority: Major
>
> access to per-window state is allowed in non-merging windows, but it's 
> necessary to access per-window state in mergeable windows 
>  



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


[jira] [Commented] (FLINK-13032) Allow Access to Per-Window State in mergeable window ProcessWindowFunction

2019-07-03 Thread vinoyang (JIRA)


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

vinoyang commented on FLINK-13032:
--

Sounds reasonable, WDYT? [~aljoscha]

> Allow Access to Per-Window State in mergeable window  ProcessWindowFunction
> ---
>
> Key: FLINK-13032
> URL: https://issues.apache.org/jira/browse/FLINK-13032
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Affects Versions: 1.8.0
>Reporter: jasine chen
>Priority: Major
>
> access to per-window state is allowed in non-merging windows, but it's 
> necessary to access per-window state in mergeable windows 
>  



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


[jira] [Commented] (FLINK-13032) Allow Access to Per-Window State in mergeable window ProcessWindowFunction

2019-07-02 Thread jasine chen (JIRA)


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

jasine chen commented on FLINK-13032:
-

[~yanghua] yes, it's helpful in our scene, we use session window to analysis 
behavior, and we do need to record ,store and output states of each session 
window

> Allow Access to Per-Window State in mergeable window  ProcessWindowFunction
> ---
>
> Key: FLINK-13032
> URL: https://issues.apache.org/jira/browse/FLINK-13032
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Affects Versions: 1.8.0
>Reporter: jasine chen
>Priority: Major
>
> access to per-window state is allowed in non-merging windows, but it's 
> necessary to access per-window state in mergeable windows 
>  



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


[jira] [Commented] (FLINK-13032) Allow Access to Per-Window State in mergeable window ProcessWindowFunction

2019-06-30 Thread vinoyang (JIRA)


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

vinoyang commented on FLINK-13032:
--

Do you meet some scenarios which need to this feature, can you share it with 
us? Thanks. cc [~aljoscha]

> Allow Access to Per-Window State in mergeable window  ProcessWindowFunction
> ---
>
> Key: FLINK-13032
> URL: https://issues.apache.org/jira/browse/FLINK-13032
> Project: Flink
>  Issue Type: Improvement
>  Components: API / DataStream
>Affects Versions: 1.8.0
>Reporter: jasine chen
>Priority: Major
>
> access to per-window state is allowed in non-merging windows, but it's 
> necessary to access per-window state in mergeable windows 
>  



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