You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dimuthu Wickramanayake (JIRA)" <ji...@apache.org> on 2017/09/23 22:14:00 UTC

[jira] [Assigned] (DERBY-6963) Null pointer exception when properties are not in order

     [ https://issues.apache.org/jira/browse/DERBY-6963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimuthu Wickramanayake reassigned DERBY-6963:
---------------------------------------------

    Assignee: Dimuthu Wickramanayake

> Null pointer exception when properties are not in order
> -------------------------------------------------------
>
>                 Key: DERBY-6963
>                 URL: https://issues.apache.org/jira/browse/DERBY-6963
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.11.1.1
>            Reporter: Dimuthu Wickramanayake
>            Assignee: Dimuthu Wickramanayake
>            Priority: Minor
>
> select count(*) from (select * from t1 union select * from t3 --DERBY-PROPERTIES joinStrategy=HASH
> ) x1 (c, d), (select * from t2 union select * from t4) x2 (e, f) where x1.c = x2.e ;



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)