Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push down filter plan for non-unnest column #11019

Merged
merged 7 commits into from
Jun 21, 2024

Commits on Jun 20, 2024

  1. push down non-unnest only

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e1f9ccc View commit details
    Browse the repository at this point in the history
  2. add doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1ddc00e View commit details
    Browse the repository at this point in the history
  3. add doc

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    592474d View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2eaa520 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. rewrite unnest push donw filter

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    adbb108 View commit details
    Browse the repository at this point in the history
  2. remove comment

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    33c3d8b View commit details
    Browse the repository at this point in the history
  3. avoid double recurisve

    Signed-off-by: jayzhan211 <[email protected]>
    jayzhan211 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    930bf67 View commit details
    Browse the repository at this point in the history