hannerwang opened a new pull request, #4078: URL: https://github.com/apache/calcite/pull/4078
### What changes were proposed in this pull request? 1. Implement early return for materialized view range checking. 2. Apply uniform simplification for expression equivalence checking. ### Why are the changes needed? Early Return: Many materialized views do not have filters, so implementing early return can avoid unnecessary checks and improve performance. Uniform Simplification: In user-customized applications, we cannot guarantee that both sides of the equivalence check have been simplified using simplifyUnknownAsFalse. Adding this ensures consistent behavior. ### Does this PR introduce any user-facing change? 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]
