Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75B8518D38 for ; Wed, 10 Feb 2016 14:51:20 +0000 (UTC) Received: (qmail 57104 invoked by uid 500); 10 Feb 2016 14:51:19 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 57031 invoked by uid 500); 10 Feb 2016 14:51:19 -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 56976 invoked by uid 99); 10 Feb 2016 14:51:19 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Feb 2016 14:51:19 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 494102C0AFA for ; Wed, 10 Feb 2016 14:51:18 +0000 (UTC) Date: Wed, 10 Feb 2016 14:51:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2237) Add hash-based Aggregation 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-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140908#comment-15140908 ] ASF GitHub Bot commented on FLINK-2237: --------------------------------------- Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/1517#discussion_r52466336 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/operators/hash/HashTablePerformanceComparison.java --- @@ -102,7 +102,7 @@ public void testCompactingHashMapPerformance() { System.out.println("Starting update..."); start = System.currentTimeMillis(); while(updater.next(target) != null) { - target.setValue(target.getValue()*-1); --- End diff -- `target.getValue()` is always 0 at this point. (see the 6th paragraph in the PR opening comment) > Add hash-based Aggregation > -------------------------- > > Key: FLINK-2237 > URL: https://issues.apache.org/jira/browse/FLINK-2237 > Project: Flink > Issue Type: New Feature > Reporter: Rafiullah Momand > Assignee: Gabor Gevay > Priority: Minor > > Aggregation functions at the moment are implemented in a sort-based way. > How can we implement hash based Aggregation for Flink? -- This message was sent by Atlassian JIRA (v6.3.4#6332)