Skip to content

fix PushPredicateThroughNonJoin rule not work with column alias #83

@Fedomn

Description

@Fedomn

we should rewrite alias column to real expr, such as:

select t.a from (select * from t1 where a > 1) t where t.b > 7;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions