shuke987 opened a new pull request, #65229: URL: https://github.com/apache/doris/pull/65229
## Proposed changes Backport #65180 to branch-4.1. On branch-4.1, `partition_key_minmax` still lives under `nereids_p0/stats`, so this applies the same final fix to the branch-specific path instead of directly picking the master file path. The case is intended to validate partition-pruned partition-key min/max. The previous checks also depended on `ndv/count`, which can vary with async physical row-count reporting. This patch keeps the existing RANGE/LIST queries and checks only the partition-key min/max invariants. ## Testing - `git diff --check -- regression-test/suites/nereids_p0/stats/partition_key_minmax.groovy` - `git diff --check HEAD^ HEAD -- regression-test/suites/nereids_p0/stats/partition_key_minmax.groovy` Targeted regression was not run locally; CI will cover it. -- 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]
