HappenLee opened a new issue #5284:
URL: https://github.com/apache/incubator-doris/issues/5284


   **Describe the bug**
   Do query like:
   ```
   SELECT a.aid,
          b.bid
   FROM
     (SELECT 3 AS aid)a
   RIGHT JOIN
     (SELECT 4 AS bid)b ON (a.aid=b.bid)
   ```
   
   The right result is
   
   
![image](https://user-images.githubusercontent.com/10553413/105465268-a9197100-5ccd-11eb-82ae-44efc05bb114.png)
   
   
   But the Doris result is
   
   
![image](https://user-images.githubusercontent.com/10553413/105465184-9737ce00-5ccd-11eb-8453-6406744aaf42.png)
   
   **Additional context**
   
   I Have find the problem. I will create a pull request to Fix this problem 
soon.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to