airborne12 opened a new pull request, #40689: URL: https://github.com/apache/doris/pull/40689
## Proposed changes If common_expr_pushdown is disabled, we cannot guarantee that all conditions are processed by the inverted index after refactor of #38908 Consider a scenario where there is a column predicate and an expression involving the same column in the SQL query, such as 'a < 0' and 'abs(a) > 1'. This could potentially lead to errors. -- 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]
