Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
JoinDeriveIsNotNullFilterRule has been introduced recently in Calcite as part of CALCITE-3890.
The rule has similar goals with HiveJoinAddNotNullRule (that exists in Hive since HIVE-9581) so ideally (and in order to avoid maintaining the code twice) we should use the one provided by Calcite if possible.
At this stage the rules are not identical so we cannot replace one with the other immediately but hopefully we can work together with the Calcite community to reuse common parts so both project can benefit from each other.
Attachments
Issue Links
- is related to
-
CALCITE-3890 Derive IS NOT NULL filter for the inputs of inner join
- Closed