Daniel Barclay (Drill) created DRILL-3687:
---------------------------------------------

             Summary: NullPointerException from query with WITH, VALUES, and 
USING
                 Key: DRILL-3687
                 URL: https://issues.apache.org/jira/browse/DRILL-3687
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Daniel Barclay (Drill)


The following query fails:

{noformat}
WITH q(key) AS (VALUES 1, 1)  SELECT *  FROM q q1 INNER JOIN q q2  USING (key)
{noformat}

The failures is a NullPointerException SYSTEM ERROR message:


{noformat}
Error: SYSTEM ERROR: NullPointerException


[Error Id: ba74e744-7c8a-4ec8-b046-ac28ad0a03a4 on dev-linux2:31010] 
(state=,code=0)
{noformat}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to