-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
planner: add partitioning pruning tests for range partitioning #24554
Merged
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d266d7c - Browse repository at this point
Copy the full SHA d266d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for daec280 - Browse repository at this point
Copy the full SHA daec280View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9caf314 - Browse repository at this point
Copy the full SHA 9caf314View commit details
Commits on May 12, 2021
-
partition range boundaries EQ, IN, NE, minor test case fix
Moved cleanup from end of test to 'defer' for more go-like coding style, as suggested by reviewer.
Configuration menu - View commit details
-
Copy full SHA for a46f215 - Browse repository at this point
Copy the full SHA a46f215View commit details
Commits on May 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 171d94b - Browse repository at this point
Copy the full SHA 171d94bView commit details -
Adjusted tests according to review comments.
Added ANALYZE TABLE before querying the table for more stable testing. Needed to a positive check for SELECT instead of INSERT to only check EXPLAIN for SELECT queries.
Configuration menu - View commit details
-
Copy full SHA for b09b8c7 - Browse repository at this point
Copy the full SHA b09b8c7View commit details
Commits on May 18, 2021
-
add correctness tests for range partitioning boundaries
Changed the test to only output the used (non-pruned) partitions to make it easier to focus on the result and more stable accross changes in the planner/optimizer.
Configuration menu - View commit details
-
Copy full SHA for 89df029 - Browse repository at this point
Copy the full SHA 89df029View commit details -
Configuration menu - View commit details
-
Copy full SHA for fca1a1c - Browse repository at this point
Copy the full SHA fca1a1cView commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a308f7b - Browse repository at this point
Copy the full SHA a308f7bView 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.