Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E83C9D4CB for ; Wed, 3 Oct 2012 15:22:07 +0000 (UTC) Received: (qmail 26736 invoked by uid 500); 3 Oct 2012 15:22:07 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 26707 invoked by uid 500); 3 Oct 2012 15:22:07 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 26699 invoked by uid 99); 3 Oct 2012 15:22:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 15:22:07 +0000 Date: Thu, 4 Oct 2012 02:22:07 +1100 (NCT) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Message-ID: <613960122.159272.1349277727777.JavaMail.jiratomcat@arcas> In-Reply-To: <1484380255.917.1309880296677.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DERBY-5313) Assert failure with CASE expression in GROUP BY clause 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/DERBY-5313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13468607#comment-13468607 ] Mamta A. Satoor commented on DERBY-5313: ---------------------------------------- I do not plan to work on this jira at this point. If anyone else is interested, please feel free to pick up the issue. > Assert failure with CASE expression in GROUP BY clause > ------------------------------------------------------ > > Key: DERBY-5313 > URL: https://issues.apache.org/jira/browse/DERBY-5313 > Project: Derby > Issue Type: Bug > Components: SQL > Affects Versions: 10.5.3.0, 10.6.1.0, 10.6.2.1, 10.7.1.1, 10.8.1.2 > Reporter: Knut Anders Hatlen > Labels: derby_triage10_9 > > I see the following assert failure with debug jars on 10.5.3.0 and later (doesn't fail on 10.5.1.1 and earlier): > ij> create table t(x int); > 0 rows inserted/updated/deleted > ij> insert into t values 1; > 1 row inserted/updated/deleted > ij> select case when a=1 then 1 else 2 end > from t t1(a) join t t2(b) on a=b > group by case when a=1 then 1 else 2 end; > ERROR XJ001: Java exception: 'ASSERT FAILED retVN expected to be instanceof ColumnReference, not org.apache.derby.impl.sql.compile.ConditionalNode: org.apache.derby.shared.common.sanity.AssertFailure'. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira