You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/01/22 08:21:04 UTC

[GitHub] [incubator-doris] HappenLee opened a new issue #5284: [Bug] Outer Join Cause Error Result

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] HappenLee closed issue #5284: [Bug] Outer Join Cause Error Result

Posted by GitBox <gi...@apache.org>.
HappenLee closed issue #5284:
URL: https://github.com/apache/incubator-doris/issues/5284


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org