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 7AD28200C0F for ; Thu, 29 Dec 2016 03:55:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 79729160B2E; Thu, 29 Dec 2016 02:55: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 BFD43160B43 for ; Thu, 29 Dec 2016 03:54:59 +0100 (CET) Received: (qmail 38657 invoked by uid 500); 29 Dec 2016 02:54:58 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 38478 invoked by uid 99); 29 Dec 2016 02:54:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2016 02:54:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 719BE2C1F5A for ; Thu, 29 Dec 2016 02:54:58 +0000 (UTC) Date: Thu, 29 Dec 2016 02:54:58 +0000 (UTC) From: "Paul Rogers (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-5168) No direct Streaming Agg test cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 29 Dec 2016 02:55:00 -0000 Paul Rogers created DRILL-5168: ---------------------------------- Summary: No direct Streaming Agg test cases Key: DRILL-5168 URL: https://issues.apache.org/jira/browse/DRILL-5168 Project: Apache Drill Issue Type: Bug Affects Versions: 1.8.0 Reporter: Paul Rogers Priority: Minor Drill's provides both hash and streaming aggregate operators. Both reside in the {{org.apache.drill.exec.physical.impl.aggregate}} package. The corresponding test package contains tests only for the hash aggregate: {{TestHashAggr}}. No corresponding unit tests exists for streaming aggregates. It may be that other, SQL-level tests have the effect of testing streaming aggregates (but I've not yet found such tests.) Without unit tests, we cannot guarantee that changes to streaming aggregates will work correctly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)