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

   ## Summary
   
   - avoid commutative multiplication rendering drift in `multi_leading` scalar 
subquery shape output
   - rewrite the scalar predicate from `0.05 * avg(t1.c11)` to `avg(t1.c11) / 
20.0`
   - update the expected shape text for `sql5_2`
   
   ## Testing
   
   - [x] `git diff --cached --check`
   - [ ] not run locally: requires an available Doris regression environment
   


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

Reply via email to