Mryange opened a new pull request, #4121: URL: https://github.com/apache/doris-website/pull/4121
### What problem does this PR solve? Issue Number: N/A Problem Summary: The MIN and MAX documentation incorrectly described NULL array elements as the smallest values, while Doris compares ARRAY values lexicographically with NULL elements greater than non-NULL elements. MIN_BY and MAX_BY accepted ARRAY ordering expressions without documenting this behavior. This update documents the implemented ordering and distinguishes a NULL array value, which is ignored as a NULL aggregate input, from NULL elements inside an ARRAY. ### Release note None ### Check List (For Author) - Test: `git diff --check`; documentation governance lint could not run because the checkout lacks the `gray-matter` dependency and `yarn` is unavailable. - Behavior changed: No - Does this need documentation: No -- 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]
