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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org