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

Better Equivalence (ordering and exact equivalence) Propagation through ProjectionExec #8484

Merged
merged 50 commits into from
Dec 11, 2023
Merged
Changes from 49 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
f990947
Discover ordering of complex expressions in group by and window parti…
mustafasrepo Nov 6, 2023
ce982f0
Remove unnecessary tests
mustafasrepo Nov 6, 2023
8dc081f
Update comments
mustafasrepo Nov 6, 2023
8560c87
Minor changes
mustafasrepo Nov 6, 2023
c31ec8c
Better projection support complex expression support
mustafasrepo Nov 6, 2023
49b1504
Fix failing test
mustafasrepo Nov 10, 2023
4ce3b90
Simplifications
mustafasrepo Nov 10, 2023
78206ba
Simplifications
mustafasrepo Nov 10, 2023
429096a
Add is end flag
mustafasrepo Nov 10, 2023
a4a3d7e
Simplifications
mustafasrepo Nov 14, 2023
f6bc4d9
Simplifications
mustafasrepo Nov 14, 2023
20ade77
Simplifications
mustafasrepo Nov 14, 2023
2b7a43c
Merge branch 'apache_main' into complex_exprs_ordering_support
mustafasrepo Nov 15, 2023
fffde03
Merge branch 'apache_main' into complex_exprs_ordering_support
mustafasrepo Nov 16, 2023
66d05d9
Minor changes
mustafasrepo Nov 16, 2023
b78b9d7
Minor changes
mustafasrepo Nov 16, 2023
20b5f08
Minor changes
mustafasrepo Nov 16, 2023
3e1a2b9
All tests pass
mustafasrepo Nov 16, 2023
9be89e2
Change implementation of find_longest_permutation
mustafasrepo Nov 16, 2023
20e96d0
Minor changes
mustafasrepo Nov 16, 2023
2400a9b
Minor changes
mustafasrepo Nov 16, 2023
0cd8427
Merge branch 'apache_main' into complex_exprs_ordering_support
mustafasrepo Nov 17, 2023
7a1e030
Complex exprs requirement support (#215)
mustafasrepo Nov 17, 2023
63c1ee5
Merge branch 'complex_exprs_requirement' into complex_exprs_projection
mustafasrepo Nov 17, 2023
d39f5b2
Minor changes
mustafasrepo Nov 17, 2023
1120488
Remove unused methods
mustafasrepo Nov 17, 2023
d2a2667
Minor changes
mustafasrepo Nov 17, 2023
7604c13
Add random projection test
mustafasrepo Nov 17, 2023
792c8e9
Minor changes
mustafasrepo Nov 17, 2023
b35d343
Minor changes
mustafasrepo Nov 17, 2023
ad3b2be
Merge branch 'complex_exprs_requirement' into complex_exprs_projection
mustafasrepo Nov 17, 2023
464c0a0
Simplifications
mustafasrepo Nov 17, 2023
cee9018
Add comments
mustafasrepo Nov 17, 2023
4659904
Simplifications
mustafasrepo Nov 17, 2023
9f32fb7
Minor changes
mustafasrepo Nov 17, 2023
0f5e7ec
Simplifications
mustafasrepo Nov 17, 2023
6e2f7ba
Add new orderings
mustafasrepo Nov 17, 2023
3a4bb76
Minor changes
mustafasrepo Nov 17, 2023
39ff152
Add comments
mustafasrepo Nov 17, 2023
2b8dffc
Add new tests
mustafasrepo Nov 20, 2023
9afd4b5
Change project ordering implementation
mustafasrepo Nov 20, 2023
e429e89
Change ordering projection implementation
mustafasrepo Nov 21, 2023
a48a953
Merge branch 'apache_main' into complex_exprs_projection
mustafasrepo Nov 23, 2023
f38a9c4
Remove leftover code
mustafasrepo Nov 23, 2023
5e86fe6
Add new test
mustafasrepo Nov 23, 2023
66856ae
Minor changes
mustafasrepo Nov 23, 2023
c2a617e
Review Part 1
metesynnada Nov 24, 2023
68586e8
simplifications
mustafasrepo Nov 24, 2023
1508964
Review
ozankabak Dec 8, 2023
96f7d3a
Update join suffix implementation
mustafasrepo Dec 11, 2023
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