mrhhsg opened a new pull request, #40814:
URL: https://github.com/apache/doris/pull/40814

   ## Proposed changes
   
   ```
   mysql [doris_14555]>select * from table_9436528_3;
   
+------+------+------+------+------------------------+--------------------+------+
   | col1 | col2 | col3 | col5 | col4                   | col6               | 
col7 |
   
+------+------+------+------+------------------------+--------------------+------+
   | -100 |    1 |  -82 |    1 | 2024-02-16 04:37:37.00 | -1299962421.904282 | 
NULL |
   | -100 |    1 |   92 |    1 | 2024-02-16 04:37:37.00 |   23423423.0324234 | 
NULL |
   | -100 |    0 |  -82 |    0 | 2023-11-11 10:49:43.00 |   840968969.872149 | 
NULL |
   ```
   wrong result:
   ```
   mysql [doris_14555]>select * from table_9436528_3 where col1 <= -100 and 
col2 in (true, false) and col3 = -82;
   
+------+------+------+------+------------------------+--------------------+------+
   | col1 | col2 | col3 | col5 | col4                   | col6               | 
col7 |
   
+------+------+------+------+------------------------+--------------------+------+
   | -100 |    1 |  -82 |    1 | 2024-02-16 04:37:37.00 | -1299962421.904282 | 
NULL |
   | -100 |    1 |   92 |    1 | 2024-02-16 04:37:37.00 |   23423423.0324234 | 
NULL |
   
+------+------+------+------+------------------------+--------------------+------+
   ```
   
   


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

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

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

Reply via email to