zhiqiang-hhhh commented on issue #25644: URL: https://github.com/apache/doris/issues/25644#issuecomment-1774706711
Planner of 2.0.2 generates a wrong plan:  `if(ifnull(CAST(TRUE AS TINYINT), 0), 'US', 'other')` should be corrected to `if(CAST(ifnull(CAST(TRUE AS TINYINT), 0) AS BOOLEAN), 'US', 'other')` **This problem has already been fixed in branch-2.0, release 2.0.3 will contain the fix.** -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
