-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Closed
Commits on May 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 885b259 - Browse repository at this point
Copy the full SHA 885b259View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05df98f - Browse repository at this point
Copy the full SHA 05df98fView commit details -
LogicalPlanBuilder
now usesTableSource
instead ofTableProvider
(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
Configuration menu - View commit details
-
Copy full SHA for cb84504 - Browse repository at this point
Copy the full SHA cb84504View commit details
Commits on May 22, 2022
-
Update datafusion/core/src/optimizer/limit_push_down.rs
Co-authored-by: jakevin <30525741+jackwener@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4226f7f - Browse repository at this point
Copy the full SHA 4226f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 907504c - Browse repository at this point
Copy the full SHA 907504cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 844bcda - Browse repository at this point
Copy the full SHA 844bcdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44d154e - Browse repository at this point
Copy the full SHA 44d154eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d7e1fb - Browse repository at this point
Copy the full SHA 2d7e1fbView commit details
Commits on May 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b83de34 - Browse repository at this point
Copy the full SHA b83de34View commit details -
Merge remote-tracking branch 'origin/issue_2579' into issue_2579
# Conflicts: # datafusion/core/src/optimizer/limit_push_down.rs
Configuration menu - View commit details
-
Copy full SHA for e967933 - Browse repository at this point
Copy the full SHA e967933View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.