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 pushdown through left right outer join #2580

Closed
wants to merge 10 commits into from

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    885b259 View commit details
    Browse the repository at this point in the history
  2. fix fmt

    Ted-Jiang committed May 21, 2022
    Configuration menu
    Copy the full SHA
    05df98f View commit details
    Browse the repository at this point in the history
  3. LogicalPlanBuilder now uses TableSource instead of TableProvider (

    apache#2569)
    
    * add scan_empty method to tests
    
    * update tests to use new scan_empty test method
    
    * remove LogicalPlanBuilder::scan_empty
    
    * LogicalPlanBuilder now uses TableSource instead of TableProvider
    andygrove authored May 21, 2022
    Configuration menu
    Copy the full SHA
    cb84504 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Update datafusion/core/src/optimizer/limit_push_down.rs

    Co-authored-by: jakevin <30525741+jackwener@users.noreply.github.com>
    Ted-Jiang and jackwener authored May 22, 2022
    Configuration menu
    Copy the full SHA
    4226f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907504c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    844bcda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44d154e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d7e1fb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. merge conflict

    Ted-Jiang committed May 23, 2022
    Configuration menu
    Copy the full SHA
    b83de34 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/issue_2579' into issue_2579

    # Conflicts:
    #	datafusion/core/src/optimizer/limit_push_down.rs
    Ted-Jiang committed May 23, 2022
    Configuration menu
    Copy the full SHA
    e967933 View commit details
    Browse the repository at this point in the history