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

   ## Summary
   
   Fix branch-4.1 P1 `nereids_syntax_p1/mv/aggregate/agg_sync_mv.groovy` by 
adding explicit output aliases for stddev/variance family MV aggregate 
expressions.
   
   The failing TeamCity occurrence hit:
   
   ```text
   Duplicate column name '__stddev_1'
   ```
   
   when creating `mv_sync41` for `stddev_pop(kint)`. The suite creates related 
sync MVs on the same table, so relying on generated aggregate column names is 
brittle. This patch follows the existing sibling-case style and makes the MV 
output names explicit.
   
   TeamCity evidence:
   
   - Build: 
http://172.20.48.17:8111/buildConfiguration/Doris_Doris_x64_branch41_Regression_P1/201291?buildTab=tests&status=failed&expandedTest=build%3A%28id%3A201291%29%2Cid%3A2000000575
   
   ## Testing
   
   - [x] `git diff --check`
   - [ ] Not run locally; no branch-4.1 regression cluster attached in this 
session
   


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