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

planner,expression: use constraint propagation in partition pruning #8885

Merged
merged 26 commits into from
Jan 17, 2019
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
6cbf528
expression: constraint propagate for '>' and monotonous function
tiancaiamao Dec 10, 2018
f966b75
Merge branch 'master' into propagate-pruning
tiancaiamao Dec 11, 2018
e11f0ed
Merge master
tiancaiamao Dec 11, 2018
12d9212
gofmt
tiancaiamao Dec 11, 2018
3376571
fix CI
tiancaiamao Dec 11, 2018
9a3659b
fix CI
tiancaiamao Dec 11, 2018
b3287fc
address comment
tiancaiamao Dec 29, 2018
0f08c3e
Merge branch 'master' into propagate-pruning
tiancaiamao Dec 29, 2018
934bddd
planner,expression: use constraint propagation in partition pruning
tiancaiamao Dec 29, 2018
bdcf799
make the code more general and remove useless part
tiancaiamao Jan 2, 2019
c661aa7
Merge branch 'propagate-pruning' into re-partition-prune
tiancaiamao Jan 2, 2019
c3bddb8
update test
tiancaiamao Jan 2, 2019
1939df5
Merge branch 'master' into re-partition-prune
tiancaiamao Jan 4, 2019
32dae16
handle filter conditions that do not push down in partition pruning
tiancaiamao Jan 4, 2019
4a5735e
update partition pruning test in explain
tiancaiamao Jan 4, 2019
bf90c2a
address comment
tiancaiamao Jan 7, 2019
10fb9b1
fix ci
tiancaiamao Jan 7, 2019
084ce7a
address comment
tiancaiamao Jan 7, 2019
8518cc0
address comment
tiancaiamao Jan 7, 2019
03aff65
address comment
tiancaiamao Jan 8, 2019
5bec8fc
address comment
tiancaiamao Jan 15, 2019
7d57f56
Merge branch 'master' into re-partition-prune
tiancaiamao Jan 15, 2019
0a52d72
fix typo
tiancaiamao Jan 15, 2019
5f5acb1
Merge branch 'master' into re-partition-prune
tiancaiamao Jan 15, 2019
1b0825b
address comment
tiancaiamao Jan 16, 2019
89e597f
Merge branch 'master' into re-partition-prune
tiancaiamao Jan 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading