[
https://issues.apache.org/jira/browse/CALCITE-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585429#comment-17585429
]
Benchao Li commented on CALCITE-5247:
-------------------------------------
[~alimans3] Thanks for reporting this. However, I'm not sure I fully understand
your description, could you elaborate a little more. It would be good to
describe it in SQL.
> FilterJoinRule not simplifying a case that can be simplified
> ------------------------------------------------------------
>
> Key: CALCITE-5247
> URL: https://issues.apache.org/jira/browse/CALCITE-5247
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.25.0, 1.31.0
> Reporter: Ali Mansour
> Priority: Major
>
> In this specific case:
> Table A
> Table B
> FILTER(OR (IS NOT NULL(B.C0), IS NOT NULL(B.C1)))
> A LEFT JOIN B
> ->
> A INNER JOIN B
> The FilterJoinRule fails to simplify this specific case, however if we have
> only 1 IS_NOT_NULL in the filter condition, it is able to do so.
> I think the problem is in the Strong class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)