linrrzqqq opened a new pull request, #68489: URL: https://github.com/apache/doris/pull/68489
### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: `percentile_approx_array` included the quantile array and optional compression value in its DISTINCT arguments. Calls over the same value column could therefore be classified as separate DISTINCT argument groups. The fix makes only the value expression a DISTINCT argument, allowing these calls to share one DISTINCT argument group. The unit test also verifies that different value expressions remain in separate groups. ### Release note Multiple DISTINCT `percentile_approx_array` calls over the same value expression can share one DISTINCT argument group. -- 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]
