Description
The frontend currently allows redundant expressions like a < 5 and a < 3. We should simplify these. We should also find contradictions like a < 3 and a > 5 reduce them to FALSE.
Attachments
Issue Links
- is related to
-
IMPALA-4989 Improve filtering based on parquet::Statistics
- Resolved