foxtail463 opened a new pull request, #64051: URL: https://github.com/apache/doris/pull/64051
This PR adds focused FE unit test coverage for MV residual predicate compensation. The new cases cover: - Comparable literal types beyond bigint, including date, timestamp, decimal, and string literals. - Boundary operator implication, such as `<` implying `<=`, `>` implying `>=`, and `=` implying range predicates. - Negative reverse cases to ensure broader predicates are not incorrectly treated as covered. - Nested DNF predicates where every expanded query branch must be covered by a view branch. - A mixed DNF negative case where adding one uncovered branch makes the residual compensation unsafe. No optimizer behavior is changed. This is test-only coverage for the existing MV predicate compensation logic. -- 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]
