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/04/22 09:45:02 UTC

[GitHub] [incubator-doris] yangzhg opened a new issue #3379: except operater output may incorrect

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


   except operater  may produce incorrect value;
   like
   ```
   
   mysql> select k1 from baseall except select 2;
   +------+
   | k1   |
   +------+
   |   14 |
   |    9 |
   |    7 |
   |    2 |
   |   12 |
   |   11 |
   |    5 |
   |   15 |
   |    1 |
   |    6 |
   |    8 |
   |   13 |
   |    3 |
   |    4 |
   |   10 |
   +------+
   15 rows in set (0.20 sec)
   ```
   
   the value 2 sometimes not filtered


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