Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7B067200BFB for ; Wed, 11 Jan 2017 11:58:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 79AE1160B5A; Wed, 11 Jan 2017 10:58:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E9F19160B50 for ; Wed, 11 Jan 2017 11:57:59 +0100 (CET) Received: (qmail 20421 invoked by uid 500); 11 Jan 2017 10:57:59 -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 20379 invoked by uid 99); 11 Jan 2017 10:57:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 10:57:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E9ABE2C03E4 for ; Wed, 11 Jan 2017 10:57:58 +0000 (UTC) Date: Wed, 11 Jan 2017 10:57:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4692) Add tumbling group-windows for batch tables MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Jan 2017 10:58:00 -0000 [ https://issues.apache.org/jira/browse/FLINK-4692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15817984#comment-15817984 ] ASF GitHub Bot commented on FLINK-4692: --------------------------------------- Github user twalthr commented on a diff in the pull request: https://github.com/apache/flink/pull/2938#discussion_r95555277 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/scala/batch/table/AggregationsITCase.scala --- @@ -342,4 +342,85 @@ class AggregationsITCase( TestBaseUtils.compareResultAsText(results.asJava, expected) } + @Test(expected = classOf[UnsupportedOperationException]) --- End diff -- I created a new package for runtime IT cases. You could move the new tests here in `org.apache.flink.table.runtime.dataset.DataSetWindowAggregateITCase`. > Add tumbling group-windows for batch tables > ------------------------------------------- > > Key: FLINK-4692 > URL: https://issues.apache.org/jira/browse/FLINK-4692 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Reporter: Timo Walther > Assignee: Jark Wu > > Add Tumble group-windows for batch tables as described in [FLIP-11|https://cwiki.apache.org/confluence/display/FLINK/FLIP-11%3A+Table+API+Stream+Aggregations]. -- This message was sent by Atlassian JIRA (v6.3.4#6332)