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 2020/08/21 07:55:25 UTC

[GitHub] [incubator-doris] chaoyli edited a comment on issue #4418: LEFT SEMI/ANTI JOIN wrong answer

chaoyli edited a comment on issue #4418:
URL: https://github.com/apache/incubator-doris/issues/4418#issuecomment-678099699


   The right answer of query16 is
   ```
   +-------------+---------------------+------------------+
   | order count | total shipping cost | total net profit |
   +-------------+---------------------+------------------+
   |         236 |          1062963.89 |       -214910.61 |
   +-------------+---------------------+------------------+
   ```
    
   But now the answer is  
   ```
   +-------------+---------------------+------------------+
   | order count | total shipping cost | total net profit |
   +-------------+---------------------+------------------+
   |         213 |           767460.44 |       -187341.31 |
   +-------------+---------------------+------------------+
   ```


----------------------------------------------------------------
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