You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
We currently support pushing down null filters on inner join using the FilterNullJoinKeys rule.
We can however push down more filters for other types based on the on_lr_is_preserved condition
Describe the solution you'd like
Push down null filters based on on_lr_is_preserved
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
We currently support pushing down null filters on inner join using the
FilterNullJoinKeys
rule.We can however push down more filters for other types based on the
on_lr_is_preserved
conditionDescribe the solution you'd like
Push down null filters based on
on_lr_is_preserved
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: