You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "N Campbell (JIRA)" <ji...@apache.org> on 2017/07/01 11:23:01 UTC

[jira] [Created] (DRILL-5645) negation of expression causes null pointer exception

N Campbell created DRILL-5645:
---------------------------------

             Summary: negation of expression causes null pointer exception
                 Key: DRILL-5645
                 URL: https://issues.apache.org/jira/browse/DRILL-5645
             Project: Apache Drill
          Issue Type: Bug
          Components:  Server
    Affects Versions: 1.10.0
         Environment: Drill 1.10
            Reporter: N Campbell


Following statement will fail when the expression is negated

select -(2 * 2) from ( values ( 1 ) ) T ( C1 )

Error: SYSTEM ERROR: NullPointerException



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