[
https://issues.apache.org/jira/browse/FLINK-7209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17323628#comment-17323628
]
Flink Jira Bot commented on FLINK-7209:
---------------------------------------
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.
> Support DataView in Java and Scala Tuples and case classes or as the
> accumulator of AggregateFunction itself
> ------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-7209
> URL: https://issues.apache.org/jira/browse/FLINK-7209
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Kaibo Zhou
> Assignee: Dian Fu
> Priority: Major
> Labels: pull-request-available, stale-assigned
>
> Support DataView in Java and Scala Tuples and case classes or as the
> accumulator of AggregateFunction itself.
> e.g.
> {code}
> public class MyAgg extends AggregateFunction<String, Tuple2<String, MapView>>
> {code}
> or
> {code}
> case class MyAcc(str: String, map: MapView)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)