Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-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 A8BEC1961D for ; Thu, 28 Apr 2016 00:12:13 +0000 (UTC) Received: (qmail 53009 invoked by uid 500); 28 Apr 2016 00:12:13 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 52840 invoked by uid 500); 28 Apr 2016 00:12:13 -0000 Mailing-List: contact issues-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 issues@drill.apache.org Received: (qmail 52739 invoked by uid 99); 28 Apr 2016 00:12:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Apr 2016 00:12:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0E5D72C1F6F for ; Thu, 28 Apr 2016 00:12:13 +0000 (UTC) Date: Thu, 28 Apr 2016 00:12:13 +0000 (UTC) From: "Sean Hsuan-Yi Chu (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (DRILL-4529) SUM() with windows function result in mismatch nullability 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/DRILL-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Hsuan-Yi Chu resolved DRILL-4529. -------------------------------------- Resolution: Fixed Fix Version/s: 1.7.0 Resolved in commit: 5705d45095bd89fb9d1e7b3b3e12c34e74930c4c > SUM() with windows function result in mismatch nullability > ---------------------------------------------------------- > > Key: DRILL-4529 > URL: https://issues.apache.org/jira/browse/DRILL-4529 > Project: Apache Drill > Issue Type: Bug > Components: Query Planning & Optimization > Reporter: Krystal > Assignee: Sean Hsuan-Yi Chu > Labels: limit0 > Fix For: 1.7.0 > > > git.commit.id.abbrev=cee5317 > select > sum(1) over w sum1, > sum(5) over w sum5, > sum(10) over w sum10 > from > j1_v > where > c_date is not null > window w as (partition by c_date); > Output from test: > limit 0: [columnNoNulls, columnNoNulls, columnNoNulls] > regular: [columnNullable, columnNullable, columnNullable] -- This message was sent by Atlassian JIRA (v6.3.4#6332)