Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
According to FLINK-31273:
The reason for the error is that other filters conflict with IS_NULL, but in fact it won't conflict with IS_NOT_NULL, because operators in SUITABLE_FILTER_TO_PUSH such as 'SqlKind.GREATER_THAN' has an implicit filter 'IS_NOT_NULL' according to SQL Semantics.
So we think it is feasible to add IS_NOT_NULL to the SUITABLE_FILTER_TO_PUSH list.
Attachments
Issue Links
- relates to
-
FLINK-31273 Left join with IS_NULL filter be wrongly pushed down and get wrong join results
- Closed
- links to