924060929 commented on issue #54699:
URL: https://github.com/apache/doris/issues/54699#issuecomment-3184072578
the shortest sql which can reproduce this bug:
```sql
select
case
when rd_rl_exp<=0.2 then 1
when rd_rl_exp<=0.8 then 1
else 1
end as after_value_moni
from
(
select
random() rd_rl_exp
from syq_dt_limitdown_25july_plf3n4_base
)a;
```
--
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]