linrrzqqq opened a new pull request, #65961:
URL: https://github.com/apache/doris/pull/65961
## Summary
- Backport #62520 to `branch-4.0`.
- Adapt the aggregate implementation from the main-branch `exprs/aggregate`
layout to the `branch-4.0` `vec/aggregate_functions` layout.
- Include the follow-up correctness fix from #63472 so percentile v2 skips
NaN input and returns NaN for all-NaN input, with scalar and array coverage.
## Validation
- `./build.sh --be -j 90` (ASAN): passed
- `./build.sh --fe -j 1`: passed; Checkstyle 0 violations
- ASAN targeted BE tests: 15/15 passed
- `AggTest.percentile_query_option_routes_default_names_to_v2`
- `AggTest.percentile_v2_skips_nan`
- `PercentileUtilTest.*`
--
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]