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

Support LIMIT Push-down logical plan optimization for Extension nodes #12685

Merged

Commits on Sep 30, 2024

  1. Update trait UserDefinedLogicalNodeCore

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5e51e51 View commit details
    Browse the repository at this point in the history
  2. Update corresponding interface

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Add rewrite rule for `push-down-limit` for `Extension`
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e9d8574 View commit details
    Browse the repository at this point in the history
  3. Add rewrite rule for push-down-limit for Extension and tests

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    af8babf View commit details
    Browse the repository at this point in the history
  4. Update corresponding interface

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    0872fa7 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Reorganize to match guard

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3337d66 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Clena up

    Signed-off-by: Austin Liu <austin362667@gmail.com>
    
    Clean up
    
    Signed-off-by: Austin Liu <austin362667@gmail.com>
    austin362667 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2ccaa96 View commit details
    Browse the repository at this point in the history