YifanZhang created IMPALA-14714:
-----------------------------------

             Summary: Left anti join returns incorrect result
                 Key: IMPALA-14714
                 URL: https://issues.apache.org/jira/browse/IMPALA-14714
             Project: IMPALA
          Issue Type: Bug
            Reporter: YifanZhang


{code:java}
SELECT * FROM (SELECT 1 AS a) t1 LEFT ANTI JOIN (SELECT 2 AS b) t2 ON false  
{code}
The result of this query should be 1, but Impala returns null.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to