From issues-return-482679-archive-asf-public=cust-asf.ponee.io@flink.apache.org Tue Apr 27 23:45:35 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id E5E08180674 for ; Wed, 28 Apr 2021 01:45:34 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id A8B9757DBC for ; Tue, 27 Apr 2021 23:26:38 +0000 (UTC) Received: (qmail 89609 invoked by uid 500); 27 Apr 2021 23:21:14 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 88816 invoked by uid 99); 27 Apr 2021 23:21:12 -0000 Received: from ec2-52-204-25-47.compute-1.amazonaws.com (HELO mailrelay1-ec2-va.apache.org) (52.204.25.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Apr 2021 23:21:12 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-ec2-va.apache.org (ASF Mail Server at mailrelay1-ec2-va.apache.org) with ESMTPS id C8C3B41779 for ; Tue, 27 Apr 2021 23:21:11 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 36409C81A53 for ; Tue, 27 Apr 2021 23:21:10 +0000 (UTC) Date: Tue, 27 Apr 2021 23:21:10 +0000 (UTC) From: "Flink Jira Bot (Jira)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (FLINK-7209) Support DataView in Java and Scala Tuples and case classes or as the accumulator of AggregateFunction itself MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-7209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Flink Jira Bot reassigned FLINK-7209: ------------------------------------- Assignee: (was: Dian Fu) > 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 > Priority: Major > Labels: auto-unassigned, pull-request-available > > 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> > {code} > or > {code} > case class MyAcc(str: String, map: MapView) > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)